summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorTom N Harris <tnharris@whoopdedo.org>2013-02-16 18:15:13 -0500
committerTom N Harris <tnharris@whoopdedo.org>2013-02-16 18:15:13 -0500
commit56133a04d1c5dcd4825f4c0c978b8a9336d603d0 (patch)
tree62956619448c344e1a0a2827626082d2a4a9e0a3 /inc/html.php
parentc0e94f2ae82b91c9a8af05eea8443b37eef52ba7 (diff)
downloadrpg-56133a04d1c5dcd4825f4c0c978b8a9336d603d0.tar.gz
rpg-56133a04d1c5dcd4825f4c0c978b8a9336d603d0.tar.bz2
Fix width of indicator column.
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 420efd633..e657d2c78 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>
- <td>---</td><th <?php echo $l_minor?>>
+ <th class="diff-lineheader">-</th><th <?php echo $l_minor?>>
<?php echo $l_head?>
</th>
</tr>
<tr>
- <td>+++</td><th <?php echo $r_minor?>>
+ <th class="diff-lineheader">+</th><th <?php echo $r_minor?>>
<?php echo $r_head?>
</th>
</tr>