[xoops-cvslog 6149] CVS update: xoops2jp/html/class/smarty/plugins

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2007年 2月 2日 (金) 18:12:22 JST


Index: xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php
diff -u xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php:1.1.2.3.2.6 xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php:1.1.2.3.2.6.2.1
--- xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php:1.1.2.3.2.6	Sat Dec 16 23:10:29 2006
+++ xoops2jp/html/class/smarty/plugins/function.xoops_pagenavi.php	Fri Feb  2 18:12:22 2007
@@ -2,7 +2,7 @@
 /**
  *
  * @package Legacy
- * @version $Id: function.xoops_pagenavi.php,v 1.1.2.3.2.6 2006/12/16 14:10:29 nobunobu Exp $
+ * @version $Id: function.xoops_pagenavi.php,v 1.1.2.3.2.6.2.1 2007/02/02 09:12:22 tom_g3x Exp $
  * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
  * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
  *
@@ -49,7 +49,7 @@
 		// check prev
 		//
 		if($navi->hasPrivPage()) {
-			$ret .= @sprintf("<a href='%s'>&laquo;</a>", $navi->renderURLForPage($navi->getPrivStart()));
+			$ret .= @sprintf("<a href='%s'>&laquo;</a> ", $navi->renderURLForPage($navi->getPrivStart()));
 		}
 
 		//


xoops-cvslog メーリングリストの案内
Back to archive index