Skip to content

Commit 85d8d9c

Browse files
committed
Remove overriden <simpara> markup conversions
It doesn't make sense to convert those to a span inside a listitem. Nor does it make sense to special case the note tag while ignoring the warning, tip, caution, and important tags
1 parent d7f7004 commit 85d8d9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpdotnet/phd/Package/Generic/XHTML.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ abstract class Package_Generic_XHTML extends Format_Abstract_XHTML {
294294
'simplesect' => 'div',
295295
'simpara' => array(
296296
/* DEFAULT */ 'p',
297-
'note' => 'span',
298-
'listitem' => 'span',
299297
'entry' => 'span',
300298
'example' => 'format_example_content',
301299
),

0 commit comments

Comments
 (0)