didou Fri Mar 12 13:08:20 2004 EDT
Modified files: /livedocs style_mapping.php Log: fix variable name http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.3&r2=1.4&ty=u Index: livedocs/style_mapping.php diff -u livedocs/style_mapping.php:1.3 livedocs/style_mapping.php:1.4 --- livedocs/style_mapping.php:1.3 Mon Feb 16 12:54:59 2004 +++ livedocs/style_mapping.php Fri Mar 12 13:08:20 2004 @@ -18,7 +18,7 @@ // | Helper functions for formatting elements | // +----------------------------------------------------------------------+ // -// $Id: style_mapping.php,v 1.3 2004/02/16 17:54:59 derick Exp $ +// $Id: style_mapping.php,v 1.4 2004/03/12 18:08:20 didou Exp $ // almost XPATH.. ;-) $map = array( @@ -478,7 +478,7 @@ $paramhtml = '[' . $paramhtml; $optclose .= ']'; if (strlen($params)) { - $paramhtml = ' ' . $parmhtml; + $paramhtml = ' ' . $paramhtml; } }