diff options
author | Michael <icarus@dabo.de> | 2012-03-03 13:21:11 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-03-03 13:21:11 +0100 |
commit | 81a8d4f9dbd32de133e647c87a5394dd52f009fe (patch) | |
tree | f1264d57804d810758163bdddf734f82e7d1091f /view/theme/duepuntozero/comment_item.tpl | |
parent | ccfe402fb0b92dc8e62dc87137743851441e27f6 (diff) | |
parent | 9d885c4801e74205dc958aaf4a17f44c4d9134d6 (diff) | |
download | volse-hubzilla-81a8d4f9dbd32de133e647c87a5394dd52f009fe.tar.gz volse-hubzilla-81a8d4f9dbd32de133e647c87a5394dd52f009fe.tar.bz2 volse-hubzilla-81a8d4f9dbd32de133e647c87a5394dd52f009fe.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/duepuntozero/comment_item.tpl')
-rwxr-xr-x | view/theme/duepuntozero/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/comment_item.tpl b/view/theme/duepuntozero/comment_item.tpl index b29735227..3503c3843 100755 --- a/view/theme/duepuntozero/comment_item.tpl +++ b/view/theme/duepuntozero/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" /> |