From 05eb5093a5711a0476aec20f81311e3ae9ad0a9e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 18 Oct 2014 10:11:42 +0000 Subject: [PATCH] =?utf8?q?Avoid=20horizontal=20scroll=20(from=20Przemys?= =?utf8?q?=C4=B9=C2=82aw=20Plewa)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index a2df87e..accd640 100644 --- a/index.php +++ b/index.php @@ -123,7 +123,7 @@ TH { font-family: arial,helvetica,sans-serif; function start_pre() { echo "
". - "
";
+		"
";
 }
 
 function end_pre()
@@ -534,7 +534,7 @@ function list_archs()
 	     "alt=\""._("Powered by PLD Linux")."\" border=\"0\" />
\n" . "(c) ". date("Y") . " ". "PLD Team
\n". - '$Revision: 1.26 $'. + '$Revision: 1.31 $'. "
\n"; # smile ;) @@ -908,7 +908,7 @@ function welcome() . ;)

-

Version: $Id: index.php,v 1.26 2014/10/12 21:27:06 arekm Exp $

+

Version: $Id: index.php,v 1.31 2014/10/15 08:37:38 arekm Exp $