Skip to content

Commit

Permalink
Merge pull request #2 from crookedneighbor/Add-Missing-H3-closing-tag
Browse files Browse the repository at this point in the history
Added closing h3 tag on $closed_now
  • Loading branch information
coryetzkorn committed Aug 7, 2014
2 parents a67d4a5 + 625f870 commit fa8a64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store-hours.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// Optional: use %day% to make your "closed all day" message more dynamic.
// Optional: use %exception% to make your exception messages dynamic.
$open_now = "<h3>Yes, we're open! Today's hours are %open% until %closed%.</h3>";
$closed_now = "<h3>Sorry, we're closed. Today's hours are %open% until %closed%.";
$closed_now = "<h3>Sorry, we're closed. Today's hours are %open% until %closed%.</h3>";
$closed_all_day = "<h3>Sorry, we're closed on %day%.</h3>";
$exception = "<h3>Sorry, we're closed for %exception%.</h3>";

Expand Down Expand Up @@ -113,4 +113,4 @@
echo $closed_now;
}

?>
?>

0 comments on commit fa8a64c

Please sign in to comment.