function escape($string) { return textile_sanitize($string); }
public function sanitize($string) { return textile_sanitize($string); }