iliaa Wed Feb 9 13:56:00 2005 EDT
Modified files:
/livedocs style_mapping.php
Log:
Fixed bug #31826
http://cvs.php.net/diff.php/livedocs/style_mapping.php?r1=1.22&r2=1.23&ty=u
Index: livedocs/style_mapping.php
diff -u livedocs/style_mapping.php:1.22 livedocs/style_mapping.php:1.23
--- livedocs/style_mapping.php:1.22 Mon Sep 27 13:45:08 2004
+++ livedocs/style_mapping.php Wed Feb 9 13:56:00 2005
@@ -18,7 +18,7 @@
// | Helper functions for formatting elements |
// +----------------------------------------------------------------------+
//
-// $Id: style_mapping.php,v 1.22 2004/09/27 17:45:08 iliaa Exp $
+// $Id: style_mapping.php,v 1.23 2005/02/09 18:56:00 iliaa Exp $
// almost XPATH.. ;-)
$map = array(
@@ -67,6 +67,7 @@
'productname' => 'span',
'programlisting' => 'format_listing',
'propname' => 'span',
+ 'property' => 'span',
'proptype' => 'span',
'pubdate' => 'format_pubdate',
'reference/title' => 'h1',