projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
035a4f3
)
fix
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 10 Mar 2006 06:04:02 +0000
(06:04 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 10 Mar 2006 06:04:02 +0000
(06:04 +0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 9aaeed86ca64ae51ae535ab0928c563c3e28eaa1..c57c2e50798797ef109337ccb7f63ab6bfede6b9 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-220,7
+220,8
@@
sub linkbacks ($$) {
}
}
- $content.="<hr><p>Links: ".join(" ", sort @links)."</p>\n";
+ $content.="<hr><p>Links: ".join(" ", sort @links)."</p>\n" if @links;
+ return $content;
}
sub finalize ($$) {