bjori Tue Jun 19 18:27:40 2007 UTC
Modified files: /livedocs style_mapping.php Log: Fixed bug#41667 (application tag interpreted as div) http://cvs.php.net/viewvc.cgi/livedocs/style_mapping.php?r1=1.33&r2=1.34&diff_format=u Index: livedocs/style_mapping.php diff -u livedocs/style_mapping.php:1.33 livedocs/style_mapping.php:1.34 --- livedocs/style_mapping.php:1.33 Thu May 10 07:31:56 2007 +++ livedocs/style_mapping.php Tue Jun 19 18:27:40 2007 @@ -18,11 +18,12 @@ // | Helper functions for formatting elements | // +----------------------------------------------------------------------+ // -// $Id: style_mapping.php,v 1.33 2007/05/10 07:31:56 philip Exp $ +// $Id: style_mapping.php,v 1.34 2007/06/19 18:27:40 bjori Exp $ // almost XPATH.. ;-) $map = array( 'acronym' => 'format_acronym', + 'application' => 'span', 'appendix/title' => 'h1', 'author' => 'format_name', 'authorgroup' => 'format_authorgroup',