Skip to content
Snippets Groups Projects
Commit c0e94f2a authored by Tom N Harris's avatar Tom N Harris
Browse files

Monospace font for header prefix.

parent f76724a4
No related branches found
No related tags found
No related merge requests found
......@@ -1209,12 +1209,12 @@ function html_diff($text='',$intro=true,$type=null){
<table class="diff diff_<?php echo $type?>">
<?php if ($type == 'inline') { ?>
<tr>
<th>---</th><th <?php echo $l_minor?>>
<td>---</td><th <?php echo $l_minor?>>
<?php echo $l_head?>
</th>
</tr>
<tr>
<th>+++</th><th <?php echo $r_minor?>>
<td>+++</td><th <?php echo $r_minor?>>
<?php echo $r_head?>
</th>
</tr>
......
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