Fix syntax error due to commenting style (at least on php4.0.4pl1)

This commit is contained in:
Miles Lott 2001-06-09 15:21:45 +00:00
parent 06ac5f2721
commit 9755a6d6a7

View File

@ -73,7 +73,8 @@
</tr>
<?php $selected = array(); ?>
<?php/* $selected[$current_config["useframes"]] = " selected"; ?>
<?php
/* $selected[$current_config["useframes"]] = " selected"; ?>
<tr bgcolor="e6e6e6">
<td>Frame support:</td>
<td>
@ -84,7 +85,8 @@
</select>
</td>
</tr>
<?php $selected = array(); */?>
<?php $selected = array(); */
?>
<tr bgcolor="e6e6e6">
<td>Use pure HTML compliant code (not fully working yet):</td>