ソースを参照

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

Julian Prud'homme 16 年 前
コミット
7a12295d3b

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