giorgifafa / editra

Automatically exported from code.google.com/p/editra
0 stars 0 forks source link

[PATCH] Correct HTML generator issues #806

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Resolves two important issues:
- monospaced font was used for styles with the same font family as the default 
style
- font size was incorrect

Changes on this patch:
- add doctype
- move charset to the top of the head
- escape title
- fix 'font-family' inheritance
- double quote 'font-family' values
- specify 'font-size' length unit

Original issue reported on code.google.com by dfgose...@gmail.com on 19 May 2013 at 1:26

Attachments:

GoogleCodeExporter commented 9 years ago
sorry for the delay will try to find time to apply soon.

Original comment by CodyPrec...@gmail.com on 3 Jun 2013 at 1:29