﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1037	Fehler bei Popup Seiten	Ronald Parcinski	Torsten Riemer	"popup_content gibt folgenden Quelltext aus:


{{{
<!DOCTYPE html>
<htmldir=""ltr"" xml:lang=""de"" xmlns=""http://www.w3.org/1999/xhtml"">
<head>
  <meta charset=""utf-8"" />
  <title>Zahlung &amp; Versand</title>
  <meta name=""robots"" content=""noindex, nofollow, noodp"" />
    <link rel=""stylesheet"" type=""text/css"" href=""http://demo.modified-shop.org/trunk/templates/tpl_modified_responsive/stylesheet.css"" />
</head>
<body class=""popupcontent"">
<h1>Zahlung & Versand</h1>
F&uuml;gen Sie hier Ihre Informationen &uuml;ber Zahlung &amp; Versand ein.
</body>
</html>
}}}

Es fehlt ein Leerzeichen nach <html und wofür soll das xml Gedöns sein?


{{{
<htmldir=""ltr"" xml:lang=""de"" xmlns=""http://www.w3.org/1999/xhtml"">
}}}

Korrekt wäre meiner Meinung nach:


{{{
<html dir=""rtl"" lang=""de"">
}}}



"	Bug/Fehler	closed	hoch	modified-shop-2.0.2.0	Template	2.0.0.0	fixed				
