[svn r16440] I forgot in the last commit 2 short tags

skala
Julian Prud'homme 17 years ago
parent fe1ad060ed
commit 7a12295d3b
  1. 4
      main/inc/lib/fckeditor/editor/plugins/ImageManager/manager.php

@ -152,9 +152,9 @@
<tr>
<td>
<select name="uploadSize" id="uploadSize">
<? for ($i = 0; $i < count($IMConfig['maxWidth']); $i++){ ?>
<?php for ($i = 0; $i < count($IMConfig['maxWidth']); $i++){ ?>
<option value="<?=$i?>"><?=$IMConfig['maxWidth'][$i] . " x " . $IMConfig['maxHeight'][$i]?></option>
<? } ?>
<?php } ?>
</select>
</td>
<td style="padding-left: 5px;">

Loading…
Cancel
Save