diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-06-22 13:07:42 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-06-22 13:07:42 -0400 |
commit | 5cfa7dd04110dde2e9b1836f7d40930f17155029 (patch) | |
tree | a7150d1d273f6b918abe704eafad9325d0b46f0d /view/theme/dispy/wall_item.tpl | |
parent | 99000382cd6cf13a2a4d5eb23c63490700bd7d4c (diff) | |
download | volse-hubzilla-5cfa7dd04110dde2e9b1836f7d40930f17155029.tar.gz volse-hubzilla-5cfa7dd04110dde2e9b1836f7d40930f17155029.tar.bz2 volse-hubzilla-5cfa7dd04110dde2e9b1836f7d40930f17155029.zip |
minor tweaks to some tpl files
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/wall_item.tpl')
-rw-r--r-- | view/theme/dispy/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/wall_item.tpl b/view/theme/dispy/wall_item.tpl index 6263eef51..115f05ad7 100644 --- a/view/theme/dispy/wall_item.tpl +++ b/view/theme/dispy/wall_item.tpl @@ -1,4 +1,4 @@ -<a name="$item.id" /> +<a name="$item.id" ></a> <div class="wall-item-outside-wrapper$item.indent$item.previewing" id="wall-item-outside-wrapper-$item.id" > <div class="wall-item-content-wrapper$item.indent" id="wall-item-content-wrapper-$item.id" > <div class="wall-item-info" id="wall-item-info-$item.id"> |