From: julmis Date: Sun, 22 Aug 2004 10:41:59 +0000 (+0000) Subject: Fixing Bug #1765 (mystery fix) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=66991ecaf41380caea672e00db1974ef13ca2a91;p=moodle.git Fixing Bug #1765 (mystery fix) --- diff --git a/mod/glossary/edit.html b/mod/glossary/edit.html index 49046fb796..f3aa2812a4 100644 --- a/mod/glossary/edit.html +++ b/mod/glossary/edit.html @@ -46,7 +46,7 @@ if (isset($errors)) {

- '; helpbutton("aliases", strip_tags(get_string("aliases", "glossary")), "glossary"); @@ -58,7 +58,7 @@ if (isset($errors)) {

-usedynalink ) { echo ''; echo ''; @@ -75,7 +75,7 @@ if (isset($errors)) { echo ''; print_string("entryusedynalink","glossary"); echo ''; - echo helpbutton("usedynalink", strip_tags(get_string("usedynalink", "glossary")), "glossary"); + echo helpbutton("usedynalink", strip_tags(get_string("usedynalink", "glossary")), "glossary"); echo '
'; if (!empty($newentry->casesensitive)) { @@ -103,7 +103,7 @@ if (isset($errors)) { echo helpbutton("fullmatch", strip_tags(get_string("fullmatch", "glossary")), "glossary"); echo '
'; } -?> +?>
@@ -122,7 +122,7 @@ if (isset($errors)) { helpbutton("richtext", get_string("helprichtext"), "moodle", true, true); } else { emoticonhelpbutton("form", "description"); - } + } ?>
@@ -130,7 +130,7 @@ if (isset($errors)) { definition); - + echo "

"; helpbutton("textformat", get_string("helpformatting")); print_string("formattexttype"); @@ -138,7 +138,7 @@ if (isset($errors)) { if (!isset($newentry->format)) { $newentry->format = $defaultformat; } - choose_from_menu(format_text_menu(), "format", $newentry->format, ""); + choose_from_menu(format_text_menu(), "format", $newentry->format, ""); echo "

"; ?> @@ -147,10 +147,10 @@ if (isset($errors)) {

:
(

- - maxbytes, $course->maxbytes))); + + maxbytes, $course->maxbytes))); ?> @@ -182,9 +182,3 @@ if (isset($errors)) { - -