[geeklog-hg] geeklog: Fixed the wrong character encoding

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jan 1 03:36:53 EST 2015


changeset 9568:a90e4c819f0f
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/a90e4c819f0f
user: dengen <taharaxp at gmail.com>
date: Thu Jan 01 17:37:47 2015 +0900
description:
Fixed the wrong character encoding

diffstat:

 public_html/lib-common.php |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r ceee6433b7e6 -r a90e4c819f0f public_html/lib-common.php
--- a/public_html/lib-common.php	Wed Dec 31 10:45:14 2014 -0500
+++ b/public_html/lib-common.php	Thu Jan 01 17:37:47 2015 +0900
@@ -516,9 +516,9 @@
 $_RIGHTS = explode( ',', SEC_getUserPermissions() );
 
 /**
-* Build global array of Link Tags used by the header of a page. This is a stop  
-* gap measure to support pagination with rel=”next” and rel=”prev” in 
-* COM_printPageNavigation. When the GL Page class is finished this global  
+* Build global array of Link Tags used by the header of a page. This is a stop
+* gap measure to support pagination with rel="next" and rel="prev" in
+* COM_printPageNavigation. When the GL Page class is finished this global
 * function will no longer be accessible.
 *
 */



More information about the geeklog-cvs mailing list