From 2989bdb1600505a066ef07159bb8e9da274b4a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Mon, 12 May 2008 21:41:46 +0200 Subject: [PATCH] maintainer: Add missing quotes in some HTML tags --- include/maintainer.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/maintainer.php b/include/maintainer.php index e856270..9a7e633 100644 --- a/include/maintainer.php +++ b/include/maintainer.php @@ -730,14 +730,14 @@ class maintainer } $iSuperMaintainer = $aClean['iVersionId'] ? 0 : 1; - echo ""; - echo ""; - echo ""; + echo ""; + echo ""; + echo ""; if($iSuperMaintainer) - echo 'Why you want to and should
be an application super maintainer
',"\n"; + echo 'Why you want to and should
be an application super maintainer
',"\n"; else - echo 'Why you want to and should
be an application maintainer
',"\n"; + echo 'Why you want to and should
be an application maintainer
',"\n"; echo '',"\n"; } else