diff options
author | friendica <info@friendica.com> | 2014-09-19 16:50:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-19 16:50:43 -0700 |
commit | cb434818f89435558f0ebfc2b5db589c3eb3c3ef (patch) | |
tree | a2a188e82ba792b7ff6a26282b78c3d445ac6f09 /view/tpl | |
parent | 87a6f257691e68ebf0364476493ff19c9f220297 (diff) | |
download | volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.tar.gz volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.tar.bz2 volse-hubzilla-cb434818f89435558f0ebfc2b5db589c3eb3c3ef.zip |
closing tag
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/new_channel.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index b28810236..ee07ce1df 100755 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -1,6 +1,6 @@ <h2>{{$title}}</h2> -<form action="new_channel" method="post" id="newchannel-form"> +<form action="new_channel" method="post" id="newchannel-form" class="stylish-select"> <div id="newchannel-desc" class="descriptive-paragraph">{{$desc}}</div> |