Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Periods. #1

Open
calumk opened this issue Mar 8, 2014 · 1 comment
Open

Periods. #1

calumk opened this issue Mar 8, 2014 · 1 comment

Comments

@calumk
Copy link

calumk commented Mar 8, 2014

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 "&#8226" (which i guess is what i would expect from the code!)

remove it?

@the-happy-hippo
Copy link
Contributor

@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.

jeffp123 pushed a commit that referenced this issue Sep 5, 2018
Don't add tailing characters for words > 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants