From 1aab14a8bfe3e032706e4e349ba549b244dac35d Mon Sep 17 00:00:00 2001 From: james Date: Wed, 12 Jul 2006 14:49:46 +0000 Subject: [PATCH] add a to the action icons on the questions editor --- questions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions.inc.php b/questions.inc.php index 73eef3c..e0b9d9e 100644 --- a/questions.inc.php +++ b/questions.inc.php @@ -388,7 +388,7 @@ function questions_editor($section, $year, $array_name, $self) echo "{$qs[$qid]['db_heading']}"; echo "{$types[$qs[$qid]['type']]}"; echo "{$qs[$qid]['required']}"; - echo ""; + echo ""; echo ""; echo "  "; echo ""; @@ -397,7 +397,7 @@ function questions_editor($section, $year, $array_name, $self) echo "  "; echo ""; - echo ""; + echo ""; echo ""; } echo "";