Open calumk opened 10 years ago
At least on chrome the code :
if(allWords[i].indexOf('.') != -1){ tmpWords[t] = allWords[i].replace('.', '•'); }
is replacing all periods with the html? equivilent... but this is not displaying correcty. it is displaying as "•" (which i guess is what i would expect from the code!)
remove it?
@calumk - I second that on Chrome. the problem disappears if I replace the html code with the literal dot char. btw it wasn't an issue on Firefox.
At least on chrome the code :
is replacing all periods with the html? equivilent... but this is not displaying correcty. it is displaying as "•" (which i guess is what i would expect from the code!)
remove it?