]> git.mjollnir.org Git - moodle.git/commitdiff
Better cleanup of site description meta tag
authormoodler <moodler>
Sat, 17 May 2003 03:46:31 +0000 (03:46 +0000)
committermoodler <moodler>
Sat, 17 May 2003 03:46:31 +0000 (03:46 +0000)
index.php

index e4f18776021d651ff5fea3fd245cfe3c1d7a439f..0ca2777f0c1372b81c5d05baf9510011093853e2 100644 (file)
--- a/index.php
+++ b/index.php
@@ -31,7 +31,7 @@
     }
 
     print_header("$site->fullname", "$site->fullname", "home", "",
-                 "<meta name=\"description\" content=\"".stripslashes(strip_tags($site->summary))."\">",
+                 "<meta name=\"description\" content=\"".s(strip_tags($site->summary))."\">",
                  true, "", "<div align=right>$loginstring$langmenu</div>");
 
     $firstcolumn = false;  // for now