XML Tags ins PHP verschoben damit es bei aktiven Short-tags keine Errors gibt

This commit is contained in:
Andreas Österreicher
2015-01-14 13:17:35 +00:00
parent a0eff55fa6
commit c66eff871e
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -17,8 +17,8 @@
*
* Authors: Manfred Kindl <manfred.kindl@technikum-wien.at>
*/
echo '<?xml version="1.0" encoding="ISO-8859-1" ?>';
?>
<?xml version="1.0" encoding="ISO-8859-1" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
+4 -3
View File
@@ -98,13 +98,14 @@ else
$frage_id = '';
//$MAX_VORSCHLAEGE_PRO_ZEILE=4;
?>
echo '
<!--[IF !IE]>
<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="mathml.xsl" ?>
-->
-->';
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" />
+2 -2
View File
@@ -17,9 +17,9 @@
*
* Authors: Manfred Kindl <manfred.kindl@technikum-wien.at>
*/
?>
<?xml version="1.0" encoding="ISO-8859-1" ?>
echo '<?xml version="1.0" encoding="ISO-8859-1" ?>';
?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Testsite MathML</title>