diff --git a/openphoto-wordpress.php b/openphoto-wordpress.php index a1ba27a..130ffcc 100644 --- a/openphoto-wordpress.php +++ b/openphoto-wordpress.php @@ -186,12 +186,12 @@ echo '
Images ('. $total_photos . ')
'; if ($current_page == $i) { echo ''. $i . ''; } else { - echo ''. $i . ''; + echo ''. $i . ''; } } if ($current_page < $total_pages) { - echo '»'; + echo '»'; } echo ''; }