From 2404d0ed821f0918261a23e4b665ae312f88bd45 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Thu, 13 Mar 2008 02:25:47 +0100 Subject: stricter xhtml for revert, acl and sectok forms darcs-hash:20080313012547-d5083-8d8f3c2ad62f08b9ed73827987d3b8be17f6b34b.gz --- inc/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/common.php') diff --git a/inc/common.php b/inc/common.php index 127276475..f86d8e2fb 100644 --- a/inc/common.php +++ b/inc/common.php @@ -82,7 +82,7 @@ function checkSecurityToken($token=null){ * @author Andreas Gohr */ function formSecurityToken($print=true){ - $ret = ''."\n"; + $ret = '
'."\n"; if($print){ echo $ret; }else{ -- cgit v1.2.3