projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b2d40f
)
Pastie: class name typo
author
Ben Klang
<ben@alkaloid.net>
Tue, 8 Jun 2010 20:57:48 +0000
(16:57 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 8 Jun 2010 20:57:48 +0000
(16:57 -0400)
pastie/templates/recent.inc
patch
|
blob
|
history
diff --git
a/pastie/templates/recent.inc
b/pastie/templates/recent.inc
index
30ad398
..
6e03cfd
100644
(file)
--- a/
pastie/templates/recent.inc
+++ b/
pastie/templates/recent.inc
@@
-10,7
+10,7
@@
foreach ($recent as $r) {
if (empty($r['title'])) {
$r['title'] = _("[Untitled]");
}
- $ago = Horde_Date_Util::relativeDateTime($r['timestamp']->timestamp());
+ $ago = Horde_Date_Util
s
::relativeDateTime($r['timestamp']->timestamp());
?>
<div class="recentPaste">
<span class="pasteTitle"><a href="<?php echo $uuid . '/' . $r['uuid']; ?>"><?php echo $r['title']; ?></a></span><br>