diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2013-02-16 16:28:01 -0500 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2013-02-16 16:28:01 -0500 |
commit | c0e94f2ae82b91c9a8af05eea8443b37eef52ba7 (patch) | |
tree | 05be8efd318c166bcf01f6aff76a149fe86c1a4b | |
parent | f76724a46dee840092905f3d819423ffd556f14e (diff) | |
download | rpg-c0e94f2ae82b91c9a8af05eea8443b37eef52ba7.tar.gz rpg-c0e94f2ae82b91c9a8af05eea8443b37eef52ba7.tar.bz2 |
Monospace font for header prefix.
-rw-r--r-- | inc/html.php | 4 |
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> |