problems with short php opening tag fixed

This commit is contained in:
duergner 2003-09-03 19:13:38 +00:00
parent 18a29a8e11
commit acaa9b38eb
2 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ echo $_SESSION['header'];
<link rel="stylesheet" type="text/css" href="../style/layout.css"> <link rel="stylesheet" type="text/css" href="../style/layout.css">
</head> </head>
<body> <body>
<? <?php
} }
/* Print HTML foot */ /* Print HTML foot */
@ -52,7 +52,7 @@ function echoHTMLFoot()
?> ?>
</body> </body>
</html> </html>
<? <?php
} }
/* Print help site */ /* Print help site */

View File

@ -30,7 +30,7 @@ include_once("../lib/status.inc");
<link rel="stylesheet" type="text/css" href="../style/layout.css" /> <link rel="stylesheet" type="text/css" href="../style/layout.css" />
</head> </head>
<body> <body>
<? <?php
$Typ = "WARN"; $Typ = "WARN";
$Headline = "Test"; $Headline = "Test";
$Text = "{color=00FF00}Farbe{endcolor} {bold}fett{endbold}"; $Text = "{color=00FF00}Farbe{endcolor} {bold}fett{endbold}";