diff options
author | friendica <info@friendica.com> | 2013-03-04 20:58:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-04 20:58:39 -0800 |
commit | 8d442e6fc1364ea351a9b781e8173c1b679b7a91 (patch) | |
tree | 39703e3d5750e13d666cabbbe3f21125284b9c40 /view/tpl/search_item.tpl | |
parent | 4cfbdfa6dbed878565bab5172efaf67c8fda0886 (diff) | |
download | volse-hubzilla-8d442e6fc1364ea351a9b781e8173c1b679b7a91.tar.gz volse-hubzilla-8d442e6fc1364ea351a9b781e8173c1b679b7a91.tar.bz2 volse-hubzilla-8d442e6fc1364ea351a9b781e8173c1b679b7a91.zip |
fix timeago (again), webfinger new spec implemented, some theme work
Diffstat (limited to 'view/tpl/search_item.tpl')
-rw-r--r-- | view/tpl/search_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/search_item.tpl b/view/tpl/search_item.tpl index 304fca4d5..70c278cf4 100644 --- a/view/tpl/search_item.tpl +++ b/view/tpl/search_item.tpl @@ -25,7 +25,7 @@ <div class="wall-item-author"> <a href="$item.profile_url" 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> - <div id="wall-item-ago-$item.id" class="wall-item-ago"><abbr class="wall-item-ago-time" title="$item.localtime">$item.ago</abbr>{{ if $item.app }}<span class="item.app">$item.str_app</span>{{ endif }}</div> + <div id="wall-item-ago-$item.id" class="wall-item-ago"><abbr class="wall-item-ago-time" title="$item.isotime">$item.localtime</abbr>{{ if $item.app }}<span class="item.app">$item.str_app</span>{{ endif }}</div> </div> <div class="wall-item-content" id="wall-item-content-$item.id" > |