diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 05:52:29 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-24 05:52:29 -0700 |
commit | 1db8ab907bb191b215f74be456861f1ca59ded48 (patch) | |
tree | eb257e911250ec980f8dfa03e512271f87bfc936 /view/wall_item.tpl | |
parent | cb0d45385ce23426fb546ba5790cae3b22b31c0c (diff) | |
download | volse-hubzilla-1db8ab907bb191b215f74be456861f1ca59ded48.tar.gz volse-hubzilla-1db8ab907bb191b215f74be456861f1ca59ded48.tar.bz2 volse-hubzilla-1db8ab907bb191b215f74be456861f1ca59ded48.zip |
css change to allow live inserts
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 56e182761..726d1b320 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,4 +1,4 @@ -<div class="wall-item-$indentoutside-wrapper" id="wall-item-outside-wrapper-$id" > +<div class="wall-item-outside-wrapper$indent" id="wall-item-outside-wrapper-$id" > <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" > <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id"> <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a> |