* anchor stripping now positively defined, only a few explicitly defined invalid...
authorGabriel Wicke <gwicke@users.mediawiki.org>
Sun, 4 Apr 2004 13:59:45 +0000 (13:59 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Sun, 4 Apr 2004 13:59:45 +0000 (13:59 +0000)
commit0155f1f84e51a7acf6c6517c58d009121fa939a1
tree18821eb18f35062b40ac78f4355ee93d1857af4f
parentb6e810a6d15b80f358c086a216190d28b7f33c53
* anchor stripping now positively defined, only a few explicitly defined invalid characters are replaced by _:
$canonized_headline = preg_replace("/[ &\\/<>\\(\\)\\[\\]=,+]+/", '_', html_entity_decode(trim( $canonized_headline )));
* additional fixes for closing p's in tables
includes/Parser.php