﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1166	On FullPage mode, <meta> tags are being outputted wrongly	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"== Steps to Reproduce ==

 1. Load sample07.html;
 2. Switch to Source.

The following is the resulting output:

{{{
<!DOCTYPE HTML PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"">
<html>
    <head>
        <title>Full Page Test</title>
    </head>
    <meta content=""text/html; charset=utf-8"" http-equiv=""Content-Type"">
      
     </meta>
    <body>
        <p>This is some <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>.</p>
    </body>
</html>
}}}

Note that the <meta> tag is after <head> and it is expanded."	Bug	closed	Must have (possibly next milestone)	Opera Compatibility	General		fixed		Hallvord R. M. Steen (Opera Software)
