forked from extern/egroupware
Fix syntax error due to commenting style (at least on php4.0.4pl1)
This commit is contained in:
parent
06ac5f2721
commit
9755a6d6a7
@ -73,7 +73,8 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<?php $selected = array(); ?>
|
<?php $selected = array(); ?>
|
||||||
|
|
||||||
<?php/* $selected[$current_config["useframes"]] = " selected"; ?>
|
<?php
|
||||||
|
/* $selected[$current_config["useframes"]] = " selected"; ?>
|
||||||
<tr bgcolor="e6e6e6">
|
<tr bgcolor="e6e6e6">
|
||||||
<td>Frame support:</td>
|
<td>Frame support:</td>
|
||||||
<td>
|
<td>
|
||||||
@ -84,7 +85,8 @@
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php $selected = array(); */?>
|
<?php $selected = array(); */
|
||||||
|
?>
|
||||||
|
|
||||||
<tr bgcolor="e6e6e6">
|
<tr bgcolor="e6e6e6">
|
||||||
<td>Use pure HTML compliant code (not fully working yet):</td>
|
<td>Use pure HTML compliant code (not fully working yet):</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user