From 5e5df87d2ec222fa49fa9dfe1f0ad3b7fa878531 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 23 Nov 2008 20:46:54 +0000 Subject: [PATCH] Added XSS protection Tagged texts for translation --- pages/account/53.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pages/account/53.php b/pages/account/53.php index b533ddc..ba11281 100644 --- a/pages/account/53.php +++ b/pages/account/53.php @@ -31,7 +31,7 @@ { $reg = mysql_fetch_assoc(mysql_query("select * from `regions` where `id`='$regid'")); $display = "\n\n\n
\n"; @@ -96,16 +96,16 @@ if($prev < 0) $prev = 0; - $st = "[ << Start ] "; - $prev = "[ < Previous $limit ] "; + $st = "[ << "._("Start")." ] "; + $prev = "[ < "._("Previous")." $limit ] "; } if($start < $rc - $limit) { $next = $start + $limit; $last = $rc - $limit; - $next = "[ Next $limit > ] "; - $end = "[ End >> ]"; + $next = "[ "._("Next")." $limit > ] "; + $end = "[ "._("End")." >> ]"; } echo "
$st
$end
\n"; echo "
$prev
$next
\n";