codereddit icon indicating copy to clipboard operation
codereddit copied to clipboard

Fixed broken strings for js language

Open gratzl-dev opened this issue 8 years ago • 0 comments

Today as I checked out codereddit.com I noticed a bug that was caused by "" string. When the title contained " it would break the page resulting in broken code.

This was fixed by using `` strings instead of "" strings.

gratzl-dev avatar Feb 06 '18 09:02 gratzl-dev