1
0

Fix import UTF-8 bug, thanks to jan

This commit is contained in:
Garvin Hicking
2006-10-27 09:18:19 +00:00
parent f47667794f
commit 992524f9b3
7 changed files with 19 additions and 5 deletions

View File

@ -309,7 +309,7 @@ function serendipity_drawList() {
<tr>
<td align="right">
<input type="button" name="toggle" value="<?php echo INVERT_SELECTIONS ?>" onclick="invertSelection()" class="serendipityPrettyButton" />
<input type="submit" name="toggle" value="<?php echo DELETE_SELECTED_COMMENTS ?>" class="serendipityPrettyButton" />
<input type="submit" name="toggle" value="<?php echo DELETE_SELECTED_ENTRIES ?>" class="serendipityPrettyButton" />
</td>
</tr>
</table>