From 290cf2f48457052835a7e84feaca3863f719c292 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 3 Oct 2006 20:18:58 +0000 Subject: [PATCH] fixed broken table layout in blog MDL-6806 --- blog/header.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog/header.php b/blog/header.php index f5304af25f..dbc7973b57 100755 --- a/blog/header.php +++ b/blog/header.php @@ -240,3 +240,6 @@ if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { print '' . "\n"; print ''; ?> + + +
-- 2.39.5