diff options
Diffstat (limited to 'textproc/htmltolatex/files/patch-h2l.y')
-rw-r--r-- | textproc/htmltolatex/files/patch-h2l.y | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/htmltolatex/files/patch-h2l.y b/textproc/htmltolatex/files/patch-h2l.y new file mode 100644 index 000000000000..be13c7149aa6 --- /dev/null +++ b/textproc/htmltolatex/files/patch-h2l.y @@ -0,0 +1,10 @@ +--- h2l.y.orig Sun Dec 1 22:57:58 2002 ++++ h2l.y Sun Dec 1 22:58:30 2002 +@@ -136,6 +136,7 @@ + ; + + head_block_init: TAG_HEAD_START { if (!gMainDataStart) InitiateMainData(); } ++ ; + head_block_start: head_block_init TAG_CLOSE { gIgnoreNonTagChars = true; } + | head_block_init attribute_list TAG_CLOSE { gIgnoreNonTagChars = true; } + ; |