codereddit
codereddit copied to clipboard
Fixed broken strings for js language
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.