aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-02 12:00:16 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-02 12:00:16 -0500
commit9c698b1a60024a83982534ecf16409d03ff1e813 (patch)
treeae42e6c7a4a754fa44891f92a01c71fcd979aec0 /view/theme
parent725daf2a5d31175764dc5110d2fa3e6bc60917bc (diff)
downloadvolse-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')
-rwxr-xr-xview/theme/duepuntozero/comment_item.tpl2
-rwxr-xr-xview/theme/loozah/comment_item.tpl2
-rwxr-xr-xview/theme/testbubble/comment_item.tpl2
3 files changed, 3 insertions, 3 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" />
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" />
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" />