[wp-trac] [WordPress Trac] #25394: On failure to upload theme, response parses "<",">" to "&lt; ","&gt; "

WordPress Trac noreply at wordpress.org
Mon Sep 23 05:14:55 UTC 2013


#25394: On failure to upload theme, response parses "<",">" to "<",">"
---------------------------+-----------------------------
 Reporter:  adrian.dakota  |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  General        |    Version:  3.6.1
 Severity:  trivial        |   Keywords:
---------------------------+-----------------------------
 Using the theme upload tool, after uploading a non-valid theme. The HTML
 response reads:

 {{{
 Unpacking the package…

 Installing the theme…

 The package could not be installed. The theme is missing the
 <code>style.css</code> stylesheet.

 Theme install failed.
 }}}

 The <code> is parsed and returned as
 {{{
 <code>style.css</code>
 }}}

 I'm assuming it should be returning

 {{{
 <code>style.css</code>
 }}}

 as HTML, not as text.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25394>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list