[med-svn] r644 - trunk/community/website/inc

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Sat Oct 6 09:47:55 UTC 2007


Author: hanska-guest
Date: 2007-10-06 09:47:55 +0000 (Sat, 06 Oct 2007)
New Revision: 644

Modified:
   trunk/community/website/inc/header.inc.php
Log:
Damned <span>!


Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php	2007-10-06 09:46:03 UTC (rev 643)
+++ trunk/community/website/inc/header.inc.php	2007-10-06 09:47:55 UTC (rev 644)
@@ -42,15 +42,13 @@
 		if ($show_locale_warning && ($_SERVER["PHP_SELF"] != "/locales.php")) {
 	?>
 	<div class="tabError">
-		<span class="error">
-			<p class="error">
-				<div class="floatLeft">
-					<img src="/img/warning.png" />
-				</div>
-				<?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br />
-				<?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?>
-			</p>
-		</span>
+		<p class="error">
+			<div class="floatLeft">
+				<img src="/img/warning.png" />
+			</div>
+			<?=_("You're using a low priority locale.<br />Please ask the site administrators to add your locale, or provide one yourself :).")?><br />
+			<?=str_replace(array("%1", "%2"), array('<a href="/locales.php">', "</a>"), _("Visit the %1Localization page%2."))?>
+		</p>
 	</div>
 	<?php
 		}




More information about the debian-med-commit mailing list