From 17cb85cd501b6d3af6f597b14b8ed25cf5bdba2a Mon Sep 17 00:00:00 2001 From: Cybertinus Date: Tue, 12 Jan 2016 13:19:02 +0100 Subject: [PATCH] Updated the HTML tags for PHP sourcecode to HTML5 --- tpl/post.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tpl/post.php b/tpl/post.php index f56f6bf..27d5d49 100644 --- a/tpl/post.php +++ b/tpl/post.php @@ -2,9 +2,17 @@ if (substr($content, 0, 5) == ''; + echo ' + + + Paste: PHP sourcecode + + +
'; highlight_string($content); - echo ''; + echo '
+ +'; } else {