Changeset 1247 for FCKeditor/releases/latest/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
- Timestamp:
- 2007-12-22 14:05:48 (11 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/releases/latest/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
r380 r1247 83 83 for( $i = 0; $i < count( $textinputs ); $i++ ) { 84 84 $text = urldecode( $textinputs[$i] ); 85 86 // Strip all tags for the text. (by FredCK - #339 / #681) 87 $text = preg_replace( "/<[^>]+>/", " ", $text ) ; 88 85 89 $lines = explode( "\n", $text ); 86 90 fwrite ( $fh, "%\n" ); # exit terse mode … … 195 199 </html> 196 200 201