View Issue Details

IDProjectCategoryView StatusLast Update
0000292fileGeneralpublic2021-10-28 16:41
Reportermikewalrus Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.40 
Summary0000292: HTML files with LaTeX keywords are identified as LaTeX files.
DescriptionAn HTML file containing magic entries like `\begin' is identified as a "LaTeX document".
Steps To ReproduceSave the following to a.html, and run file on it.

<!doctype html>
<html>
<head>
<title>title</title>
</head>
<body>


\begin{a}


</body>
</html>
Tagsmagic

Activities

christos

2021-10-28 16:41

manager   ~0003666

Bumped the strength of HTML to beat LaTeX, but it is unclear if this is a win considering the opposite case :-)

Issue History

Date Modified Username Field Change
2021-10-18 11:00 mikewalrus New Issue
2021-10-18 11:00 mikewalrus Tag Attached: magic
2021-10-28 16:40 christos Assigned To => christos
2021-10-28 16:40 christos Status new => assigned
2021-10-28 16:41 christos Status assigned => resolved
2021-10-28 16:41 christos Resolution open => fixed
2021-10-28 16:41 christos Note Added: 0003666