diff options
author | friendica <info@friendica.com> | 2012-06-13 21:40:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-13 21:40:02 -0700 |
commit | 4229debff883c01d7f2e80a14b1e0fcba14ad32f (patch) | |
tree | cbf8350deac5519fc8f25c6b9b8faf2b80a2c4e8 /view/wall_item.tpl | |
parent | edeca6d815a8830d92a42a18199087fc6b1798cd (diff) | |
download | volse-hubzilla-4229debff883c01d7f2e80a14b1e0fcba14ad32f.tar.gz volse-hubzilla-4229debff883c01d7f2e80a14b1e0fcba14ad32f.tar.bz2 volse-hubzilla-4229debff883c01d7f2e80a14b1e0fcba14ad32f.zip |
ajax append placeholder, fix some html warnings
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index a3a79598e..a6a96d879 100644 --- a/view/wall_item.tpl +++ b/view/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"> |