[wp-trac] [WordPress Trac] #29334: Jquery sometimes escape first chevron when included in head tag

WordPress Trac noreply at wordpress.org
Sat Aug 23 12:45:50 UTC 2014


#29334: Jquery sometimes escape first chevron when included in head tag
--------------------------+-----------------------------
 Reporter:  hedi31        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.9.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 hi,
 I'm using wordpress 3.9.2 which include jQuery 1.11.0 on head tag.
 My theme use scripts (included in function.php with wp_enqueue_script)
 which depends on jquery, so wordpress load jquery on head.
 When we refresh the page (in chrome source code ciewer), sometimes, the
 first opening chevron on the included jquery library is missing.

 it output :
 {{{
 script type='text/javascript' src='http://nolook.fr/wp-
 includes/js/jquery/jquery.js?ver=1.11.0'></script>
 }}}


 instead of :
 {{{
 <script type='text/javascript' src='http://nolook.fr/wp-
 includes/js/jquery/jquery.js?ver=1.11.0'></script>
 }}}

 I've made a video to show the bug : https://www.youtube.com/watch?v=aUuTE-
 TEVAc

 please also see the image in attachment

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29334>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list