From 505eec9cad6ad0b4fd208a60ebd1fb889af82ff0 Mon Sep 17 00:00:00 2001 From: willcast Date: Fri, 21 Nov 2003 04:55:32 +0000 Subject: [PATCH] - Removing my nice black lines around the tabs.. sniff... sniff 8D --- mod/glossary/lib.php | 4 ++-- mod/glossary/view.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/glossary/lib.php b/mod/glossary/lib.php index 8a8be2f83a..fab8a1af1b 100644 --- a/mod/glossary/lib.php +++ b/mod/glossary/lib.php @@ -879,7 +879,7 @@ for ($row = 0; $row < $numrows; $row++) { $currentcolor = $tabcolor; $currentstyle = 'generaltab'; } - echo ""; + echo ""; if ($tabproccessed != $currenttab and $data[$tabproccessed]->link) { echo "link . "\">"; } @@ -925,7 +925,7 @@ for ($row = 0; $row < $numrows; $row++) { $currentcolor = $tabcolor; $currentstyle = 'generaltab'; } - echo ""; + echo ""; if ($tabproccessed != $currenttab and $data[$tabproccessed]->link) { echo "link . "\">"; } diff --git a/mod/glossary/view.php b/mod/glossary/view.php index 458593c07b..1fae408b40 100644 --- a/mod/glossary/view.php +++ b/mod/glossary/view.php @@ -212,7 +212,7 @@ /// Info box if ( $glossary->intro ) { - echo '
'; + echo '
'; echo format_text($glossary->intro); print_simple_box_end(); } -- 2.39.5