Skip to content

Commit

Permalink
Fix for credits placement bug (small widget)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPetterMG committed Nov 7, 2015
1 parent be23f3b commit d0a88ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ function astro_widget_small($address, $show_location = true, $lat = null, $lon =
?>
</tr>
<?php
} else {
?>
<tr>
</tr>
<?php
}
}
?>
Expand Down

0 comments on commit d0a88ab

Please sign in to comment.