From f2ce877d43ce72173a8eaaee5ec76640fe2ab6c5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 23 Aug 2007 16:41:19 +0000 Subject: - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS. --- modules/book/book.module | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules') diff --git a/modules/book/book.module b/modules/book/book.module index 3a51bc4c8..2a7c7acfe 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -1122,11 +1122,10 @@ function theme_book_export_html($title, $content) { $html .= "\n". $title ."\n"; $html .= ''; $html .= ''."\n"; - $html .= "\n"; $html .= "\n\n". $content ."\n\n\n"; return $html; } -- cgit v1.2.3