From 53e726bd4b8b0ee42df4dbd26c11fab4caf40ef3 Mon Sep 17 00:00:00 2001 From: Paul van Schayck Date: Sun, 19 Dec 2004 01:04:00 +0000 Subject: [PATCH] Right margin through CSS --- include/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/html.php b/include/html.php index 3f33de6..577c010 100644 --- a/include/html.php +++ b/include/html.php @@ -197,7 +197,7 @@ function html_frame_start($title = "", $width = "", $extra = "", $innerPad = 5) if ($width) { $width = 'width="'.$width.'"'; } -$str = ''."\n"; +$str = '
'."\n"; if ($title) {