瀏覽代碼

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

Julian Prud'homme 16 年之前
父節點
當前提交
7a12295d3b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      main/inc/lib/fckeditor/editor/plugins/ImageManager/manager.php

+ 2 - 2
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;">