]> git.mjollnir.org Git - moodle.git/commitdiff
Remove evil styles ;-)
authormoodler <moodler>
Fri, 21 Nov 2003 05:24:01 +0000 (05:24 +0000)
committermoodler <moodler>
Fri, 21 Nov 2003 05:24:01 +0000 (05:24 +0000)
mod/glossary/config.html
mod/glossary/lib.php
mod/glossary/view.php

index e8d96a10c3a3a6040763a0aa80205b423799b8ba..0508afc53554b38f4c84378d9de3621daf70e14d 100644 (file)
     }
     asort($formats);
 
-    echo '<table cellpadding="5" bgcolor="#FFFFFF" class="generaltab" width="40%" align="center" style="border-style: solid; border-width: 1px;">';
+    echo '<table cellpadding="5" bgcolor="#FFFFFF" class="generaltab" width="40%" align="center">';
     for ($i = 0; $i <= count($formats); $i++) {
         if ( $formats[$i] ) {
             $format = get_record("glossary_displayformats","fid",$i);
index fab8a1af1bd4e2faa6b93e20c596b995576ac875..0e3afef3952a0728df1e3bbd58b66e79da771466 100644 (file)
@@ -1507,4 +1507,4 @@ function glossary_check_dir_exists($dir,$create=false) {
     }
     return $status;
 }
-?>
\ No newline at end of file
+?>
index 1fae408b40e0f2927f0403bbf7e5366a5ccecb5d..804cdce8d6d4dc459a71d4a68c52c765e67b22c1 100644 (file)
 /// Finish the page
     print_footer($course);
 
-?>
\ No newline at end of file
+?>