Skip to content
Snippets Groups Projects
Commit e8af313f authored by Anika Henke's avatar Anika Henke
Browse files

fixed invalid html in diff options

parent 116065d2
No related branches found
No related tags found
No related merge requests found
......@@ -1004,7 +1004,7 @@ function html_diff($text='',$intro=true,$type=null){
if($intro) print p_locale_xhtml('diff');
if (!$text) {
ptln('<p class="difflink">');
ptln('<div class="diffoptions">');
$form = new Doku_Form(array('action'=>wl()));
$form->addHidden('id',$ID);
......@@ -1030,8 +1030,8 @@ function html_diff($text='',$intro=true,$type=null){
'rev2[1]' => $r_rev,
'difftype' => $type,
));
ptln('<br /><a class="wikilink1" href="'.$diffurl.'">'.$lang['difflink'].'</a>');
ptln('</p>');
ptln('<p><a class="wikilink1" href="'.$diffurl.'">'.$lang['difflink'].'</a></p>');
ptln('</div>');
}
?>
<table class="diff diff_<?php echo $type?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment