﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7279	Full page mode: <meta> inside body element multiplies elements in body	Michał Białas		"1. Start with the following code

{{{
<html>
	<head>
		<title></title>
	</head>
	<body>
		<table>
			<tr>
				<td>
				d<meta /></td>
			</tr>
		</table>
	</body>
</html>
}}}

2. Paste it in source mode[[BR]]

3. Switch to wyswig mode

Rezult:

{{{
<html>
	<head>
		<title></title>
	</head>
	<body>
		<table>
			<tbody>
				<tr>
					<td>
						d</td>
				</tr>
			</tbody>
		</table>
		<table>
			<tbody>
				<tr>
					<td>
						d</td>
				</tr>
			</tbody>
		</table>
	</body>
</html>
<meta />
<body></body>
<title></title>
<body>
	<table>
		<tbody>
			<tr>
				<td>
					d</td>
			</tr>
		</tbody>
	</table>
	<table>
		<tbody>
			<tr>
				<td>
					d</td>
			</tr>
		</tbody>
	</table>
	<p>
		&nbsp;</p>
</body>

}}}




"	Bug	closed	Normal		Core : Parser	3.1	fixed		michal.bialas@…
