From eecd327e42c3a92242b2f85856e5455920e65b8e Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Wed, 19 Aug 2009 10:32:45 +0000 Subject: [PATCH] Fixed issue #3460: Apostrophes in additional attributes of token table errors on edit git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@7490 b72ed6b6-b9f8-46b5-92b4-906544132732 --- admin/tokens.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/tokens.php b/admin/tokens.php index fcd93f07a90..bcc231bdcbf 100644 --- a/admin/tokens.php +++ b/admin/tokens.php @@ -1707,7 +1707,7 @@ foreach ($tokenfields as $tokenfield=>$tokendescription) { $nrofattributes++; - $tokenoutput.="$tokenfield"; + $tokenoutput.="$tokenfield"; if ($examplerow!==false) { $tokenoutput.=htmlspecialchars($examplerow[$tokenfield]); @@ -1928,7 +1928,7 @@ $tokenoutput .= "\t\t" ."".$attr_description.":\n" ."\t"; }