This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 922092717b57a984732ecb8a2ad595dccadcf81b (commit) from 7274a673f0e2941c17c0745285d2f46f97728db3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 922092717b57a984732ecb8a2ad595dccadcf81b Author: Jan Paul Tuecking earl@ipfire.org Date: Sun Dec 5 20:12:09 2010 +0100
Fixed index.cgi - perl is not my language.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/index.cgi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 5c0376a..cd1c0c2 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -491,10 +491,10 @@ END if (`find /usr/share/doc/licenses/GPLv3 2>/dev/null`) { print '<textarea rows='25' cols='75' readonly='true'>'; print `cat /usr/share/doc/licenses/GPLv3`; - print '</textarea>' + print '</textarea>'; } else { - print '<br /><a href='http://www.gnu.org/licenses/gpl-3.0.txt%5C' target='_blank'>GNU GENERAL PUBLIC LICENSE</a><br />' + print '<br /><a href='http://www.gnu.org/licenses/gpl-3.0.txt%5C' target='_blank'>GNU GENERAL PUBLIC LICENSE</a><br />'; } print <<END; <p>
hooks/post-receive -- IPFire 2.x development tree