cuneiform team mailing list archive
-
cuneiform team
-
Mailing list archive
-
Message #00566
[Bug 569192] Re: meta tag is not closed in hocr
Hocr is HTML 4 and http://www.w3.org/TR/html401/struct/global.html says
the following:
The META element
<!ELEMENT META - O EMPTY -- generic metainformation -->
<!ATTLIST META
%i18n; -- lang, dir, for use with content --
http-equiv NAME #IMPLIED -- HTTP response header name --
name NAME #IMPLIED -- metainformation name --
content CDATA #REQUIRED -- associated information --
scheme CDATA #IMPLIED -- select form of content --
>
Start tag: required, End tag: forbidden
--
meta tag is not closed in hocr
https://bugs.launchpad.net/bugs/569192
You received this bug notification because you are a member of Cuneiform
Linux, which is the registrant for Cuneiform for Linux.
Status in Linux port of Cuneiform: New
Bug description:
Add a slash in cuneiform_src/Kern/rout/src/html.cpp line 338 and 340, make && make install.
References