diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-02 03:57:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-02 03:57:52 +0000 |
commit | 73a1b02376c4781ae884ad21c9823b9ae1ff17bd (patch) | |
tree | f9f2708663f0b364356be91288f9a70d23999850 /textproc/htmltolatex | |
parent | 9f29b29a303735a6c693920f050bf4f2f2e17961 (diff) | |
download | ports-73a1b02376c4781ae884ad21c9823b9ae1ff17bd.tar.gz ports-73a1b02376c4781ae884ad21c9823b9ae1ff17bd.zip |
Notes
Diffstat (limited to 'textproc/htmltolatex')
-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; } + ; |