git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2323 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
lazarus-bart
2012-02-29 11:09:45 +00:00
parent a8e6f92847
commit 2bf672c856
3 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,7 @@ unit HtmlCode;
interface
uses {CopyLeft,} Classes, SysUtils, Graphics, StdCtrls, fpimage{, LCL_Misc};
uses {CopyLeft,} Classes, SysUtils, Graphics, fpimage{, LCL_Misc};
type
THtmlDocType = (DocType_Html_401_Strict, DocType_Html_401_TR, DocType_Html_5, DocType_None);