diff --git a/blog/by_tag/index.php b/blog/by_tag/index.php index 9966a89..2230a2d 100755 --- a/blog/by_tag/index.php +++ b/blog/by_tag/index.php @@ -5,7 +5,7 @@ echo "

Posts by Tag

"; echo "
"; function read_tags($tags_file){ - if (filesize($tags_vile) == 0){ + if (filesize($tags_file) == 0){ echo "
\n
"; return; }