﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18534	Synchronize block tags between PHP and JS versions of wpautop()	SergeyBiryukov	nacin	"As reported by WraithKenny on #11947:

> Try in HTML Tab:

{{{
<select>
	<option>Value</option>
	<option>Value</option>   
	<option>Value</option>
	<option>Value</option> 
	<option>Value</option> 
</select>
}}}
> Then switch to Visual and Back. The result is:
{{{
<select> <option>Value</option></select>
<select> <option>Value</option></select>
<select> <option>Value</option></select>
<select> <option>Value</option></select>
<select> <option>Value</option></select>
}}}

The patch synchronizes block tags between `formatting.php` and `editor.dev.js`, which fixes the issue."	defect (bug)	closed	normal	3.5	Editor	3.2	normal	fixed	has-patch 3.5-early commit	Ken@… bananastalktome@…
