[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-cvs
Subject:    [PEAR-CVS] cvs: pearweb /include pear-manual.php
From:       "Martin Jansen" <mj () php ! net>
Date:       2003-07-31 11:29:47
[Download RAW message or body]

mj		Thu Jul 31 07:29:47 2003 EDT

  Modified files:              
    /pearweb/include	pear-manual.php 
  Log:
  * Fix #24799
  
  
Index: pearweb/include/pear-manual.php
diff -u pearweb/include/pear-manual.php:1.21 pearweb/include/pear-manual.php:1.22
--- pearweb/include/pear-manual.php:1.21	Wed May 28 14:00:09 2003
+++ pearweb/include/pear-manual.php	Thu Jul 31 07:29:47 2003
@@ -15,7 +15,7 @@
    +----------------------------------------------------------------------+
    | Authors:                                                             |
    +----------------------------------------------------------------------+
-   $Id: pear-manual.php,v 1.21 2003/05/28 18:00:09 mj Exp $
+   $Id: pear-manual.php,v 1.22 2003/07/31 11:29:47 mj Exp $
 */
 
 require_once "site.php";
@@ -104,13 +104,13 @@
 
     echo '<tr><td>';
     if ($PREV[1]) {
-        print_link( $PREV[0] , make_image('caret-l.gif', 'previous') .  \
htmlspecialchars($PREV[1],ENT_QUOTES,$CHARSET) ) ; +        print_link( $PREV[0] , \
make_image('caret-l.gif', 'previous') .  \
@htmlspecialchars($PREV[1],ENT_QUOTES,$CHARSET) ) ;  }
     echo '<br /></td>';
 
     echo '<td align="right">';
     if ($NEXT[1]) {
-        print_link( $NEXT[0] , htmlspecialchars($NEXT[1],ENT_QUOTES,$CHARSET)  . \
make_image('caret-r.gif', 'next') ) ; +        print_link( $NEXT[0] , \
@htmlspecialchars($NEXT[1],ENT_QUOTES,$CHARSET)  . make_image('caret-r.gif', 'next') \
) ;  }
     echo '<br /></td>';
     echo '</tr>';



-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic