diff options
author | Simon <simon@kisikew.org> | 2012-06-22 10:08:25 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-06-22 10:08:25 -0700 |
commit | 9953e6dea45af458c21dddafd9c0e08dbef1c521 (patch) | |
tree | a7150d1d273f6b918abe704eafad9325d0b46f0d /view/theme/dispy/wall_item.tpl | |
parent | 99000382cd6cf13a2a4d5eb23c63490700bd7d4c (diff) | |
parent | 5cfa7dd04110dde2e9b1836f7d40930f17155029 (diff) | |
download | volse-hubzilla-9953e6dea45af458c21dddafd9c0e08dbef1c521.tar.gz volse-hubzilla-9953e6dea45af458c21dddafd9c0e08dbef1c521.tar.bz2 volse-hubzilla-9953e6dea45af458c21dddafd9c0e08dbef1c521.zip |
Merge pull request #349 from simonlnu/master
minor template tweaks
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"> |