From daf4ca4eab09b934b46fb35293fcbfd854571ed4 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Wed, 8 Mar 2006 23:50:06 +0100 Subject: killed some borders, widths and other strictness bugs darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz --- inc/html.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index 25ac1e7ce..e21047cda 100644 --- a/inc/html.php +++ b/inc/html.php @@ -453,7 +453,6 @@ function html_revisions(){ print ' '; $p = array(); $p['src'] = DOKU_BASE.'lib/images/diff.png'; - $p['border'] = 0; $p['width'] = 15; $p['height'] = 11; $p['title'] = $lang['diff']; @@ -513,7 +512,6 @@ function html_recent($first=0){ print ''; $p = array(); $p['src'] = DOKU_BASE.'lib/images/diff.png'; - $p['border'] = 0; $p['width'] = 15; $p['height'] = 11; $p['title'] = $lang['diff']; @@ -525,7 +523,6 @@ function html_recent($first=0){ print ''; $p = array(); $p['src'] = DOKU_BASE.'lib/images/history.png'; - $p['border'] = 0; $p['width'] = 12; $p['height'] = 14; $p['title'] = $lang['btn_revs']; @@ -768,14 +765,14 @@ function html_diff($text='',$intro=true){ $tdf = new TableDiffFormatter(); if($intro) print p_locale_xhtml('diff'); ?> - +
- format($df)?>
+ - - + + - +
-- cgit v1.2.3