cookutils diff web/cooker.cgi @ rev 20
Explain receipt variable in README and small fix to CGI
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 05 22:27:09 2011 +0200 (2011-05-05) |
parents | 58496d7c2c18 |
children | 90ec7271d772 |
line diff
1.1 --- a/web/cooker.cgi Thu May 05 19:09:32 2011 +0200 1.2 +++ b/web/cooker.cgi Thu May 05 22:27:09 2011 +0200 1.3 @@ -197,7 +197,7 @@ 1.4 1.5 <h2>Latest cook</h2> 1.6 <pre> 1.7 -$(list_packages | sed s"#^\([^']* \)#<span class='span-date'>\0</span>#"g) 1.8 +$(list_packages | sed s"#^\([^']*\).* : #<span class='log-date'>\0</span>#"g) 1.9 </pre> 1.10 EOT 1.11 ;;