diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-16 23:14:37 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-16 23:14:37 -0700 |
commit | f937de932d87737d14278003f80b5bc5025acdc6 (patch) | |
tree | 340429a6f2b52c6729ebe7e3cd30771042db9aba /view/comment_item.tpl | |
parent | 5e4df4b3f7782f8a82664d24b86d46a14b3d178b (diff) | |
download | volse-hubzilla-f937de932d87737d14278003f80b5bc5025acdc6.tar.gz volse-hubzilla-f937de932d87737d14278003f80b5bc5025acdc6.tar.bz2 volse-hubzilla-f937de932d87737d14278003f80b5bc5025acdc6.zip |
fixing stuff that broke with the last big code push
Diffstat (limited to 'view/comment_item.tpl')
-rw-r--r-- | view/comment_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/comment_item.tpl b/view/comment_item.tpl index d6dcd8e4a..530244e8e 100644 --- a/view/comment_item.tpl +++ b/view/comment_item.tpl @@ -1,8 +1,8 @@ -<div class="comment-edit-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" > - <input type="hidden" name="type" value="jot" /> + <input type="hidden" name="type" value="wall-comment" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> <input type="hidden" name="parent" value="$parent" /> |