Fix a test

This commit is contained in:
Tomas Groth 2018-07-05 21:18:16 +02:00
parent 5bb449455d
commit 588cf96b5a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ HTML = r"""
}
function show_text(new_text){
var match = /-webkit-text-fill-color:[^;"]+/gi;
var match = /-webkit-text-fill-color:[^;\"]+/gi;
if(timer != null)
clearTimeout(timer);
/*