#707: Make sure that DOCTYPE is the first statement of the page

- Enhancement: support for "target" in PopupMenuItems.. which was ignored before

SVN:trunk[2719]
This commit is contained in:
Denis Flaven
2013-05-13 14:43:16 +00:00
parent b1c1e5f9f2
commit d28891eaf4
2 changed files with 30 additions and 19 deletions

View File

@@ -547,6 +547,7 @@ EOF
if ($this->GetOutputFormat() == 'html')
{
$sHtml .= $this->output_dict_entries(true); // before any script so that they can benefit from the translations
foreach($this->a_linked_scripts as $s_script)
{
// Make sure that the URL to the script contains the application's version number
@@ -575,7 +576,6 @@ EOF
}
$sHtml .= "</script>\n";
}
$this->output_dict_entries();
}
if (count($this->a_styles)>0)