﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9633	wp:meta_value does not escape correctly	gslin	westi	"In wp-admin/includes/export.php:
{{{
<wp:meta_value><?Php echo $meta->meta_value; ?></wp:meta_value>
}}}
Since meta_value might have ""&"" or ""<"" this kind of special chars, we need to escape it:
{{{
<wp:meta_value><?php echo htmlspecialchars($meta->meta_value); ?></wp:meta_value>
}}}"	defect (bug)	closed	normal	3.0	Export		normal	fixed	has-patch commit early	
