From 8edf75aea433a2401c40cb048237f75d4cac6f6b Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 23 Apr 2003 08:18:45 +0000 Subject: [PATCH] html escaping fix --- tables.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tables.php b/tables.php index 1bb8de00..82c24da5 100644 --- a/tables.php +++ b/tables.php @@ -3,7 +3,7 @@ /** * List tables in a database * - * $Id: tables.php,v 1.16 2003/04/21 06:36:23 chriskl Exp $ + * $Id: tables.php,v 1.17 2003/04/23 08:18:45 chriskl Exp $ */ // Include application functions @@ -184,7 +184,7 @@ $id = (($i % 2) == 0 ? '1' : '2'); echo "\n"; echo ""; - echo "f['attname']}]\"", + echo "f['attname']), "]\"", isset($_REQUEST['show'][$attrs->f['attname']]) ? ' checked' : '', ">"; echo "", htmlspecialchars($attrs->f['attname']), ""; echo "", htmlspecialchars($attrs->f['type']), ""; -- 2.39.5