Fix chapter pml tag.

This commit is contained in:
John Schember 2009-05-17 21:38:35 -04:00
parent 1f0932ad40
commit 71eb5ab8fa

View File

@ -24,11 +24,11 @@ TAG_MAP = {
'big' : 'l',
'del' : 'o',
'h1' : 'x',
'h2' : 'x0',
'h2' : 'X0',
'h3' : 'x1',
'h4' : 'x2',
'h5' : 'x3',
'h6' : 'x4',
'h4' : 'X2',
'h5' : 'X3',
'h6' : 'X4',
'!--' : 'v',
}