When I open Roll20 today, no matter what I type into chat or which macro I use, all I see is broken templates without text. Yesterday, I was updating a macro we have been using for a while now. Checking the console in Chrome shows that this particular macro is causing problems, but clearing the chat log does not solve anything. The console states Uncaught Error: Syntax error, unrecognized expression: #sheet-rolltemplate-default {{name=**Magic Missile** The only thing I changed in the macro was adding a (1d4+1) to a magic missile chain, no syntax was changed. The macro worked yesterday, but today, the chat is broken. Here is the full macro I was using: ?{Which spell are you casting?| Magic Missile, &{template:default} {{name=**Magic Missile**}} {{@{target|token_name} takes [[ (1d4+1)+(1d4+1)+(1d4+1)+(1d4+1) ]] damage}}| Burning Hands, &{template:default} {{name=**Burning Hands**}} {{@{target|token_name} takes [[ 5d4 ]] fire damage}}| Mage Armor, &{template:default} {{name=**Mage Armor**}} {{@{target|token_name} gains [[4]] AC}}| Fireball, &{template:default} {{name=**Fireball****}} {{@{target|token_name} takes [[(7d6)]] fire damage}} } What else can I provide to make my problem clearer? I appreciate any help I can get. Thanks