Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.11, Sat Oct 16 02:03:56 2004 UTC | revision 1.12, Sat Jan 27 01:02:02 2007 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id$ | // $Id: htmlcorrector.module,v 1.11 2004/10/16 02:03:56 unconed Exp $ |
| function htmlcorrector_help($section = 'admin/help#htmlcorrector') { | ||
| switch ($section) { | ||
| case 'admin/modules#description': | ||
| return t('Corrects faulty and chopped off HTML in postings.'); | ||
| } | ||
| } | ||
| 3 | ||
| 4 | function htmlcorrector_filter($op, $delta = 0, $format = -1, $text = '') { | function htmlcorrector_filter($op, $delta = 0, $format = -1, $text = '') { |
| 5 | switch ($op) { | switch ($op) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |