From a711021a7573f568a97dd0961eaff49ae3adbb2f Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 15 Feb 2004 13:54:47 +0000 Subject: [PATCH] Added a missing style for the internal table of the headingblock, since inheritance doesn't seem to work headingblockcontent --- course/format/social/format.php | 2 +- index.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/course/format/social/format.php b/course/format/social/format.php index 68c53c0469..fbb5cffef8 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -76,7 +76,7 @@ } else { $subtext = get_string("subscribe", "forum"); } - $headertext = "
". + $headertext = "". diff --git a/index.php b/index.php index ba0d8902d6..542789d683 100644 --- a/index.php +++ b/index.php @@ -36,7 +36,7 @@ print_header(strip_tags($site->fullname), "$site->fullname", "home", "", "summary))."\">", - true, "", "
$loginstring$langmenu
"); + true, "", "$loginstring$langmenu"); $firstcolumn = false; // for now $lastcolumn = false; // for now @@ -127,7 +127,7 @@ } else { $subtext = get_string("subscribe", "forum"); } - $headertext = "
". get_string("socialheadline"). "". "id\">$subtext
+ $headertext = "
$newsforum->name id\">$subtext -- 2.39.5