Remove raquo from buttons. Props filosofo. fixes #5938

git-svn-id: https://develop.svn.wordpress.org/trunk@6943 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-20 19:30:55 +00:00
parent 8a7531ae4d
commit ea73b4aa17
31 changed files with 54 additions and 54 deletions

View File

@@ -38,7 +38,7 @@ foreach ( $authors as $id ) {
</td>
</tr>
</table>
<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?> &raquo;" />
<p class="submit"><input type="submit" name="submit" value="<?php _e('Download Export File'); ?>" />
<input type="hidden" name="download" value="true" />
</p>
</form>