mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Default DOCTYPE added to pages unless overridden (e.g. WCM forms). Minor HTML fixes.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7717 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -214,6 +214,11 @@ public class PageTag extends TagSupport
|
||||
}
|
||||
out.write(">\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
out.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"\n");
|
||||
out.write(" \"http://www.w3.org/TR/html4/loose.dtd\">\n");
|
||||
}
|
||||
out.write("<html><head><title>");
|
||||
if (this.titleId != null && this.titleId.length() != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user