aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/comment_item.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-02 09:28:04 -0800
committerSimon <simon@kisikew.org>2012-03-02 09:28:04 -0800
commite2e9050d748a5fca39ded6ca480a113ddca3a386 (patch)
tree3d3e99fc14b5ba04aa9caa613acefb2c51c4ad3a /view/theme/testbubble/comment_item.tpl
parentd61ee3760dd3fcdfe0ec30887e8ac65290b91573 (diff)
parent9c698b1a60024a83982534ecf16409d03ff1e813 (diff)
downloadvolse-hubzilla-e2e9050d748a5fca39ded6ca480a113ddca3a386.tar.gz
volse-hubzilla-e2e9050d748a5fca39ded6ca480a113ddca3a386.tar.bz2
volse-hubzilla-e2e9050d748a5fca39ded6ca480a113ddca3a386.zip
Merge pull request #58 from simonlnu/master
fix for comment-wwedit-wrapper; CSS class in tpl had a stray $
Diffstat (limited to 'view/theme/testbubble/comment_item.tpl')
-rwxr-xr-xview/theme/testbubble/comment_item.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/comment_item.tpl b/view/theme/testbubble/comment_item.tpl
index bc75eb1a6..4754a1eb7 100755
--- a/view/theme/testbubble/comment_item.tpl
+++ b/view/theme/testbubble/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" />