summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2014-02-15 20:12:01 +0100
committerGerrit Uitslag <klapinklapin@gmail.com>2014-02-15 20:12:01 +0100
commit7f92538e7173852561b0396626dd35783550ed92 (patch)
tree44544602c392a2dac5e8ce9df2e9440a031912b1
parent4fc1354a1dd021f7a1a04f18aa4ffe3f1891a5b6 (diff)
downloadrpg-7f92538e7173852561b0396626dd35783550ed92.tar.gz
rpg-7f92538e7173852561b0396626dd35783550ed92.tar.bz2
remove close p tag in diffview
-rw-r--r--inc/html.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 5ea8ece4c..ce5da488b 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1280,7 +1280,6 @@ function html_diff($text='',$intro=true,$type=null){
html_diff_navigationlink($type, ' →→', $l_next, $r_next);
}
- ptln('</p>'); //todo paragraphs are a mess..
ptln('</div>');
}
?>