[Fusionforge-commits] r8828 - trunk/gforge/www/scm

Roland Mas lolando at libremir.placard.fr.eu.org
Wed Feb 17 13:32:28 CET 2010


Author: lolando
Date: 2010-02-17 13:32:28 +0100 (Wed, 17 Feb 2010)
New Revision: 8828

Modified:
   trunk/gforge/www/scm/viewvc.php
Log:
Avoid double-footer in SVN repo browser pages

Modified: trunk/gforge/www/scm/viewvc.php
===================================================================
--- trunk/gforge/www/scm/viewvc.php	2010-02-17 12:23:50 UTC (rev 8827)
+++ trunk/gforge/www/scm/viewvc.php	2010-02-17 12:32:28 UTC (rev 8828)
@@ -135,10 +135,7 @@
 			$content = mb_convert_encoding($content, 'UTF-8', $encoding);
 		}
 	}
-	// scm_header(array('title'=>_('SCM Repository'), 'group'=>$Group->getID()));
-
 	echo $content;
-	scm_footer(array());
 } else {
 	// TODO does not seem to work when allow_tar = 1 in ViewCVS conf
 	// (allow to generate on the fly a tar.gz): the generated file




More information about the Fusionforge-commits mailing list