From df34f2aa4a4b77669ad6c2a73d4c589fb3b303e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 10 Apr 2007 11:58:43 +0000 Subject: [PATCH] --- cis/testtool/admin/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cis/testtool/admin/index.php b/cis/testtool/admin/index.php index f23d15624..ab6abe382 100644 --- a/cis/testtool/admin/index.php +++ b/cis/testtool/admin/index.php @@ -20,7 +20,7 @@ * Rudolf Hangl . */ -header("Content-type: application/xhtml+xml"); +//header("Content-type: application/xhtml+xml"); // Oberflaeche zur Aenderung von Beispielen und Upload von Bildern require_once('../../config.inc.php'); @@ -257,9 +257,9 @@ if($result = pg_query($conn, $qry)) $nummer = $row->nummer; if($nummer==$row->nummer) - echo "$row->nummer -"; + echo "$row->nummer -"; else - echo "$row->nummer -"; + echo "$row->nummer -"; } } @@ -303,7 +303,7 @@ if($frage->frage_id!='') } else { - echo "\nKein Bild vorhanden\n"; + echo "\nKein Bild vorhanden\n"; } //Zusaetzliche EingabeFelder anzeigen echo ""; @@ -316,7 +316,7 @@ if($frage->frage_id!='') "; echo ""; echo ""; - echo ""; + echo ""; //Vorschau fuer das Text-Feld echo "Vorschau:
$frage->text
"; echo "";