iliaa           Wed Sep 14 11:08:51 2005 EDT

  Modified files:              
    /livedocs/themes/default    html_format.php 
    /livedocs/themes/php.net    html_format.php 
    /livedocs/themes/smarty     html_format.php 
  Log:
  Fixed $strict flag output
  
  
http://cvs.php.net/diff.php/livedocs/themes/default/html_format.php?r1=1.14&r2=1.15&ty=u
Index: livedocs/themes/default/html_format.php
diff -u livedocs/themes/default/html_format.php:1.14 
livedocs/themes/default/html_format.php:1.15
--- livedocs/themes/default/html_format.php:1.14        Fri Sep  3 02:48:44 2004
+++ livedocs/themes/default/html_format.php     Wed Sep 14 11:08:48 2005
@@ -18,7 +18,7 @@
 // | headers and footers for the HTML rendering                           |
 // +----------------------------------------------------------------------+
 //  
-// $Id: html_format.php,v 1.14 2004/09/03 06:48:44 derick Exp $
+// $Id: html_format.php,v 1.15 2005/09/14 15:08:48 iliaa Exp $
 
 // in livedoc.php
 
@@ -75,7 +75,7 @@
 <div align="center">
   <form action="search.php" method="get">
        <input type="text" width="30" name="q" value="$tx_qry">
-       Strict: <input type="checkbox" value="1" name="s" echo $strict>
+       Strict: <input type="checkbox" value="1" name="s" $strict>
        <input type="submit" name="search" value="Search">
   </form>
 </div>
http://cvs.php.net/diff.php/livedocs/themes/php.net/html_format.php?r1=1.15&r2=1.16&ty=u
Index: livedocs/themes/php.net/html_format.php
diff -u livedocs/themes/php.net/html_format.php:1.15 
livedocs/themes/php.net/html_format.php:1.16
--- livedocs/themes/php.net/html_format.php:1.15        Sat Sep 11 11:34:48 2004
+++ livedocs/themes/php.net/html_format.php     Wed Sep 14 11:08:50 2005
@@ -18,7 +18,7 @@
 // | headers and footers for the HTML rendering                           |
 // +----------------------------------------------------------------------+
 //  
-// $Id: html_format.php,v 1.15 2004/09/11 15:34:48 goba Exp $
+// $Id: html_format.php,v 1.16 2005/09/14 15:08:50 iliaa Exp $
 
 // in livedoc.php
 define(
@@ -123,7 +123,7 @@
 <div align="center">
   <form action="search.php" method="get">
        <input type="text" width="30" name="q" value="$tx_qry">
-       Strict: <input type="checkbox" value="1" name="s" echo $strict>
+       Strict: <input type="checkbox" value="1" name="s" $strict>
        <input type="submit" name="search" value="Search">
   </form>
 </div>
http://cvs.php.net/diff.php/livedocs/themes/smarty/html_format.php?r1=1.4&r2=1.5&ty=u
Index: livedocs/themes/smarty/html_format.php
diff -u livedocs/themes/smarty/html_format.php:1.4 
livedocs/themes/smarty/html_format.php:1.5
--- livedocs/themes/smarty/html_format.php:1.4  Fri Sep  3 02:48:44 2004
+++ livedocs/themes/smarty/html_format.php      Wed Sep 14 11:08:50 2005
@@ -18,7 +18,7 @@
 // | headers and footers for the HTML rendering                           |
 // +----------------------------------------------------------------------+
 //  
-// $Id: html_format.php,v 1.4 2004/09/03 06:48:44 derick Exp $
+// $Id: html_format.php,v 1.5 2005/09/14 15:08:50 iliaa Exp $
 
 // in livedoc.php
 $WEBSITE = 'http://smarty.php.net';
@@ -237,7 +237,7 @@
 <div align="center">
   <form action="search.php" method="get">
        <input type="text" width="30" name="q" value="$tx_qry">
-       Strict: <input type="checkbox" value="1" name="s" echo $strict>
+       Strict: <input type="checkbox" value="1" name="s" $strict>
        <input type="submit" name="search" value="Search">
   </form>
 </div>

Reply via email to