Revision: 1506
Author: [email protected]
Date: Tue Feb 28 07:57:12 2012
Log: fix Issue 540
http://code.google.com/p/typecho/source/detail?r=1506
Modified:
/trunk/admin/manage-posts.php
=======================================
--- /trunk/admin/manage-posts.php Mon Mar 29 20:44:53 2010
+++ /trunk/admin/manage-posts.php Tue Feb 28 07:57:12 2012
@@ -78,7 +78,7 @@
<?php endif; ?></td>
<td>
<?php if ('publish' == $posts->status): ?>
- <a class="right hidden-by-mouse" href="<?php
$posts->permalink(); ?>"><img src="<?php
$options->adminUrl('images/view.gif'); ?>" title="<?php _e('浏览 %s',
$posts->title); ?>" width="16" height="16" alt="view" /></a>
+ <a class="right hidden-by-mouse" href="<?php
$posts->permalink(); ?>"><img src="<?php
$options->adminUrl('images/view.gif'); ?>" title="<?php _e('浏览 %s',
htmlspecialchars($posts->title)); ?>" width="16" height="16" alt="view"
/></a>
<?php endif; ?>
</td>
<td><a href="<?php
$options->adminUrl('manage-posts.php?uid=' .
$posts->author->uid); ?>"><?php $posts->author(); ?></a></td>
_______________________________________________
announce mailing list
[email protected]
http://lists.typecho.org/mailman/listinfo/announce