diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-03 19:20:23 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-03 19:20:23 -0500 |
commit | 09c2f81cb30a74652b81ab48ffb44cfdad097cb6 (patch) | |
tree | f9f920cb7825c2bf0369665b193559365168fbda | |
parent | 64400e8d59cab64cfa57b969df88a4cafe76f168 (diff) | |
download | volse-hubzilla-09c2f81cb30a74652b81ab48ffb44cfdad097cb6.tar.gz volse-hubzilla-09c2f81cb30a74652b81ab48ffb44cfdad097cb6.tar.bz2 volse-hubzilla-09c2f81cb30a74652b81ab48ffb44cfdad097cb6.zip |
these are more finessing on formatting again
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
-rw-r--r--[-rwxr-xr-x] | view/acl_selector.tpl | 2 | ||||
-rwxr-xr-x | view/theme/duepuntozero/wallwall_item.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/view/acl_selector.tpl b/view/acl_selector.tpl index 3f8a9e7d2..655ea8980 100755..100644 --- a/view/acl_selector.tpl +++ b/view/acl_selector.tpl @@ -19,7 +19,7 @@ $(document).ready(function() { if(typeof acl=="undefined"){ acl = new ACL( baseurl+"/acl", - [$allowcid,$allowgid,$denycid,$denygid] + [ $allowcid,$allowgid,$denycid,$denygid ] ); } }); diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl index 5cb2dbc3b..211906c93 100755 --- a/view/theme/duepuntozero/wallwall_item.tpl +++ b/view/theme/duepuntozero/wallwall_item.tpl @@ -28,8 +28,8 @@ </div> <div class="wall-item-author"> <a href="$item.profile_url" target="redir" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a> $item.to <a href="$item.owner_url" target="redir" title="$item.olinktitle" class="wall-item-name-link"><span class="wall-item-name$item.osparkle" id="wall-item-ownername-$item.id">$item.owner_name</span></a> $item.vwall<br /> - <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div> - </div> + <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div> + </div> <div class="wall-item-content" id="wall-item-content-$item.id" > <div class="wall-item-title" id="wall-item-title-$item.id">$item.title</div> <div class="wall-item-title-end"></div> |