ansi-viewer minor.

This commit is contained in:
Christopher Jeffrey 2015-04-19 06:00:31 -07:00
parent 034728e900
commit acd33d7bbe
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ list.on('select', function(url, selected) {
}
// Remove MCI codes:
body = body.replace(/%[A-Z]{2}/g, '');
body = body.replace(/%[A-Z0-9]{2}/g, '');
// Reset and write the art:
art.term.reset();