diff --git a/blog/_posts/2013-03-05-path-based-tmpfile-in-php.md b/blog/_posts/2013-03-05-path-based-tmpfile-in-php.md index c94090b..afbfa79 100644 --- a/blog/_posts/2013-03-05-path-based-tmpfile-in-php.md +++ b/blog/_posts/2013-03-05-path-based-tmpfile-in-php.md @@ -11,7 +11,9 @@ the path, but doesn't automatically destroy the file. To get the best of both worlds (temp file + auto-destroy), I have found this useful: -{% highlight php startinline %} +{% highlight php %} +