Skip to content

Commit

Permalink
Merge pull request #117 from nmani/patch-1
Browse files Browse the repository at this point in the history
Update wp-content/themes/svbtle/header.php
  • Loading branch information
Ricardo Rauch committed Dec 19, 2012
2 parents f6ad323 + 344d80a commit 4ab7e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/svbtle/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@

<section id="river" role="main">

<?php if ($_GET['not_found']): ?>
<?php if (isset($_GET['not_found'])): ?>
<div id="notice"><span>:(</span><br><br>Not found.</div>
<?php endif; ?>

0 comments on commit 4ab7e59

Please sign in to comment.