govfresh / govpress

The WordPress theme for government
https://wordpress.org/themes/govpress/
GNU General Public License v2.0
135 stars 50 forks source link

Header Tag in Sidebar-Page-Parent #52

Closed alaina13 closed 10 years ago

alaina13 commented 10 years ago

Hello!

I noticed what I believe to be a typo in the sidebar-page-parent.php file: < h 3 class="widget-title"><?php _e( 'Pages', 'govpress' ); ?>< /h 1 >

There is both an h3 and an h1 tag. (please ignore the spaces; I'm having difficultly showing all the code without them.)

devinsays commented 10 years ago

Thanks for pointing that out! Fixed: https://github.com/govfresh/govpress/commit/b0e96c9f3b7016b6db59cbf6b62ef2cbf77ae93f

Will be updated in the next released version.