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">
</head>
<body>
<?
<?php
}
/* Print HTML foot */
@ -52,7 +52,7 @@ function echoHTMLFoot()
?>
</body>
</html>
<?
<?php
}
/* Print help site */

View File

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