mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
XML Tags ins PHP verschoben damit es bei aktiven Short-tags keine Errors gibt
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user