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 "";