Meta element inserted at the wrong place in encoding convertion of HTML files

Issue #64 invalid
Former user created an issue

Original [issue 64](https://code.google.com/p/okapi/issues/detail?id=64) created by @ysavourel on 2009-05-05T19:03:44.000Z:

This appears to occur only when doing encoding conversion of an HTML file that has no meta element already … Basically, when Rainbow does the conversion, it changes this: <html> To this: <html<head><meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></meta></head>> When, of course, it should be changed to this: <html><head><meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></meta></head>

Comments (1)

  1. Log in to comment