Skip to content

Commit

Permalink
escaping url quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiyagi committed Mar 27, 2015
1 parent d9b2c27 commit 8a8fb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function theme_enqueue_styles() {
function append_html_post_nav( $nav_output ){


$html = '<div style="margin-left: 10px; float: left; font-size: 15px;"><a href="https://www.google.com/maps/place/39%C2%B053'00.7%22N+104%C2%B059'50.4%22W/@39.8841324,-104.997564,18z/data=!4m2!3m1!1s0x0:0x0?hl=en-US">920 W 104th Ave, Northglenn CO</a> | <a href="tel:303-379-9526">303.379.9526</a></div>';
$html = '<div style="margin-left: 10px; float: left; font-size: 15px;"><a href="https://www.google.com/maps/place/39%C2%B053\'00.7%22N+104%C2%B059\'50.4%22W/@39.8841324,-104.997564,18z/data=!4m2!3m1!1s0x0:0x0?hl=en-US">920 W 104th Ave, Northglenn CO</a> | <a href="tel:303-379-9526">303.379.9526</a></div>';

return $nav_output . $html;

Expand Down

0 comments on commit 8a8fb99

Please sign in to comment.