diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-02 12:00:16 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-02 12:00:16 -0500 |
commit | 9c698b1a60024a83982534ecf16409d03ff1e813 (patch) | |
tree | ae42e6c7a4a754fa44891f92a01c71fcd979aec0 /view/theme/loozah | |
parent | 725daf2a5d31175764dc5110d2fa3e6bc60917bc (diff) | |
download | volse-hubzilla-9c698b1a60024a83982534ecf16409d03ff1e813.tar.gz volse-hubzilla-9c698b1a60024a83982534ecf16409d03ff1e813.tar.bz2 volse-hubzilla-9c698b1a60024a83982534ecf16409d03ff1e813.zip |
fix for comment-wwedit-wrapper CSS class in tpl had a stray $
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/loozah')
-rwxr-xr-x | view/theme/loozah/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/loozah/comment_item.tpl b/view/theme/loozah/comment_item.tpl index b29735227..3503c3843 100755 --- a/view/theme/loozah/comment_item.tpl +++ b/view/theme/loozah/comment_item.tpl @@ -1,4 +1,4 @@ - <div class="comment-$wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;"> + <div class="comment-wwedit-wrapper" id="comment-edit-wrapper-$id" style="display: block;"> <form class="comment-edit-form" id="comment-edit-form-$id" action="item" method="post" onsubmit="post_comment($id); return false;"> <input type="hidden" name="type" value="$type" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> |