redacademy / it-winter-2018

2 stars 2 forks source link

remove ; after image src #6

Closed resonantdoghouse closed 6 years ago

resonantdoghouse commented 6 years ago

currently there's an extra ; in your html, not inside a php block, you can remove this. It looks like it happens on line 29 as well

https://github.com/redacademy/it-winter-2018/blob/cf684effeca6adc3f68a3c56649aacfb086c7b23/themes/instanttheatre/header.php#L28

2lives commented 6 years ago
                <a class="desktop-rocket-logo" href="<?php echo esc_url(home_url('/') );?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/logo/primary/black.png"/></a>
                <a class="circular-rocket-logo" href="<?php echo esc_url(home_url('/') );?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/logo/circular/black.png"/></a>

updated.