diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 05:58:22 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 05:58:22 -0700 |
commit | 04e65823d70d448400d3be7f0b3244ea8658834d (patch) | |
tree | e0c62cb3493c0026f39ee0077cba67edd935f632 /view/head.tpl | |
parent | 503f403b3b2bb45cd98ef8e9d4fd2e2103306019 (diff) | |
download | volse-hubzilla-04e65823d70d448400d3be7f0b3244ea8658834d.tar.gz volse-hubzilla-04e65823d70d448400d3be7f0b3244ea8658834d.tar.bz2 volse-hubzilla-04e65823d70d448400d3be7f0b3244ea8658834d.zip |
more post branch bug fixes
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/head.tpl b/view/head.tpl index f522f54b8..a2b55e0b5 100644 --- a/view/head.tpl +++ b/view/head.tpl @@ -65,7 +65,7 @@ } else { $('#' + ident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago')); - $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper')); + $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper')); } prev = ident; }); |