[wp-trac] [WordPress Trac] #47273: Error in template

WordPress Trac noreply at wordpress.org
Tue May 14 21:26:19 UTC 2019


#47273: Error in template
--------------------------+-----------------------------
 Reporter:  masquerade7   |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 There is an error in public/templates/global/wrapper-start.php in 28 line:

 echo '<div id="container"><div id="content" role="main">';

 it should be like this:

 echo '<div class="container"><div id="content" role="main">';

 class instead of id.

 Sorry if Im wrong but in my site I was having margin problems because of
 this.

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


More information about the wp-trac mailing list