projects
/
packages.grml.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ef114e4
)
Fix other packages list
author
Christian Hofstaedtler
<ch@grml.org>
Wed, 30 Nov 2011 16:08:26 +0000
(17:08 +0100)
committer
Christian Hofstaedtler
<ch@grml.org>
Wed, 30 Nov 2011 16:08:26 +0000
(17:08 +0100)
update.rb
patch
|
blob
|
history
diff --git
a/update.rb
b/update.rb
index
ca4bfb9
..
bb8fec2
100755
(executable)
--- a/
update.rb
+++ b/
update.rb
@@
-144,7
+144,7
@@
template = ERB.new <<-EOF
</table>
</div>
<div>
- Other packages: <% other_packages.join(" ") %>
+ Other packages: <%
=
other_packages.join(" ") %>
</div>
<footer>
<p>Last update: <%= Time.now.to_s %></p>