cookutils rev 130
web: typo (my bad english...)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 10 14:57:27 2011 +0200 (2011-05-10) |
parents | 7704053dce6e |
children | ca9560f2acde |
files | web/cooker.cgi |
line diff
1.1 --- a/web/cooker.cgi Tue May 10 14:52:21 2011 +0200 1.2 +++ b/web/cooker.cgi Tue May 10 14:57:27 2011 +0200 1.3 @@ -151,7 +151,7 @@ 1.4 echo "<h2>Diff for: ${file%.diff}</h2>" 1.5 [ "$file" == "installed.diff" ] && echo \ 1.6 "<p>This is the latest diff between installed packages \ 1.7 - and build dependencies installed to cook.</p>" 1.8 + and installed build dependencies to cook.</p>" 1.9 echo '<pre>' 1.10 cat $diff | syntax_highlighter diff 1.11 echo '</pre>' ;;