summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2013-02-16 16:28:01 -0500
committerTom N Harris <tnharris@whoopdedo.org>2013-02-16 16:28:01 -0500
commitc0e94f2ae82b91c9a8af05eea8443b37eef52ba7 (patch)
tree05be8efd318c166bcf01f6aff76a149fe86c1a4b /inc/html.php
parentf76724a46dee840092905f3d819423ffd556f14e (diff)
downloadrpg-c0e94f2ae82b91c9a8af05eea8443b37eef52ba7.tar.gz
rpg-c0e94f2ae82b91c9a8af05eea8443b37eef52ba7.tar.bz2
Monospace font for header prefix.
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/html.php b/inc/html.php
index 78042cb8b..420efd633 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -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>