MDL-31794 theme_formalwhite: Fixed up tabs
[moodle.git] / filter / censor / README.txt
blobcc1ee810c665e738844b4a29f1470b0a6b4702c8
1 //////////////////////////
2 //                      //
3 //  Censorship Filter   //
4 //                      //
5 //////////////////////////
7 This is a very simple Text Filter that searches text
8 being output to the screen, replacing "bad" words
9 with other words.
11 To customise the word list, use the censor settings page
12 in the filters administration page.
14 If no customised list has been provided, a default list
15 specified in the current language pack will be used. Note that
16 the custom list is an alternative to the default list not
17 an addition to it.