summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php
index 3398e8fb9..1b9a8d680 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -991,6 +991,12 @@ function html_diff($text='',$intro=true){
$tdf = new TableDiffFormatter();
if($intro) print p_locale_xhtml('diff');
+
+ if (!$text) {
+ ptln('<div class="level1"><p>');
+ ptln(' <a class="wikilink1" href="'.wl($ID, 'do=diff&rev2[]='.$l_rev.'&rev2[]='.$r_rev).'">'.$lang['difflink'].'</a>');
+ ptln('</p></div>');
+ }
?>
<table class="diff">
<tr>