phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: wiki/template find.php,1.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/template find.php,1.5,1.6
Date: Wed, 02 Jul 2003 18:00:42 -0400

Update of /cvsroot/phpgroupware/wiki/template
In directory subversions:/tmp/cvs-serv28365/wiki/template

Modified Files:
        find.php 
Log Message:
css fix, against scripts in the query

Index: find.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/template/find.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** find.php    20 Mar 2003 00:46:15 -0000      1.5
--- find.php    2 Jul 2003 22:00:40 -0000       1.6
***************
*** 14,19 ****
  {
    template_common_prologue(array('norobots' => 1,
!                                  'title'    => 'Find ' . $args['find'],
!                                  'heading'  => 'Find ' . $args['find'],
                                   'headlink' => '',
                                   'headsufx' => '',
--- 14,19 ----
  {
    template_common_prologue(array('norobots' => 1,
!                                  'title'    => 'Find ' . 
htmlspecialchars($args['find']),
!                                  'heading'  => 'Find ' . 
htmlspecialchars($args['find']),
                                   'headlink' => '',
                                   'headsufx' => '',





reply via email to

[Prev in Thread] Current Thread [Next in Thread]