From dbaa905e10e8e1e3880daadbafc81b16b92fcc8d Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 13 Jan 2007 20:15:09 +0000 Subject: [PATCH] Now all the filters global config pages are valid XML. Related to MDL-7861 --- admin/filter.php | 2 -- filter/censor/filterconfig.html | 2 +- filter/tex/filterconfig.html | 12 ++++++------ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/admin/filter.php b/admin/filter.php index 00778be6ad..cb24b3d129 100644 --- a/admin/filter.php +++ b/admin/filter.php @@ -94,7 +94,5 @@ diff --git a/filter/censor/filterconfig.html b/filter/censor/filterconfig.html index cb5f1110ae..406ec5fec5 100644 --- a/filter/censor/filterconfig.html +++ b/filter/censor/filterconfig.html @@ -25,4 +25,4 @@ badwordsconfig; ?>
badwordsdefault; ?> - +
diff --git a/filter/tex/filterconfig.html b/filter/tex/filterconfig.html index b6eb57fe19..ded48a5fb0 100644 --- a/filter/tex/filterconfig.html +++ b/filter/tex/filterconfig.html @@ -31,31 +31,31 @@ latexpreamble; ?> - + backgroundcolour; ?> + value="filter_tex_latexbackground) ?>" /> density; ?> + value="filter_tex_density); ?>" /> pathlatex; ?> + value="filter_tex_pathlatex); ?>" /> pathdvips; ?> + value="filter_tex_pathdvips); ?>" /> pathconvert; ?> + value="filter_tex_pathconvert); ?>" /> -- 2.39.5