Hallo,
sorry ich wusste keinen besseren Titel für dieses Problem. Was ist bitte an diesem Stück Code falsch?
<ul>
<li><a href="index" <?php if($_SERVER['PHP_SELF'] == '/index.php') echo 'class="ist_zustand"' ?>>Übersicht</a></li>
</ul>
http://validator.w3.org/ sagt folgendes:
Warnung: Line 38, Column 1: Attribute 22 is not serializable as XML 1.0.
Error: Line 38, Column 1: Attribute undefined not allowed on element a at this point.