]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Modificacion en el ejemplo, habia un error decia HIT en vez de FileDir.
authorMartín Marrese <marrese@gmail.com>
Fri, 30 Jul 2004 22:31:47 +0000 (22:31 +0000)
committerMartín Marrese <marrese@gmail.com>
Fri, 30 Jul 2004 22:31:47 +0000 (22:31 +0000)
test/Tpl/FileDir/test_MLIB_Tpl_FileDir.php

index 68de83b55b58c22ffd83403c935fda5584920437..c2d77dd008b481d12da728f2d686dffe9d5537bc 100755 (executable)
@@ -78,7 +78,7 @@ else
     $cells.= $HIT->parse('cell', 
             array (
                 'ATTR' => 'width="80%" align="center"', //Sets the width of the cell.
-                'CELL' => 'H&nbsp;I&nbsp;T&nbsp;&nbsp;T&nbsp;E&nbsp;M&nbsp;P&nbsp;L&nbsp;A&nbsp;T&nbsp;E&nbsp;&nbsp;E&nbsp;X&nbsp;A&nbsp;M&nbsp;P&nbsp;L&nbsp;E' //Title.
+                'CELL' => 'MLIB_Tpl_FileDir Example' //Title.
                 )
             );
     //}}}