From 7baf0ee7a1bc5a911d47dabaec59f3762f6bf685 Mon Sep 17 00:00:00 2001 From: Cole Gleason Date: Sat, 11 Jan 2014 04:19:18 -0600 Subject: [PATCH] Made QR code valid JSON. Fixes #2354 --- views/options/settings.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/settings.jade b/views/options/settings.jade index 0bf9aad008..8aec7dfce0 100644 --- a/views/options/settings.jade +++ b/views/options/settings.jade @@ -81,7 +81,7 @@ script(type='text/ng-template', id='partials/options.settings.api.html') h6 API Token pre.prettyprint {{user.apiToken}} h6 QR Code - img(src='https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=%7Baddress%3A%22https%3A%2F%2Fhabitrpg.com%22%2Cuser%3A%22{{user.id}}%22%2Ckey%3A%22{{user.apiToken}}%22%7D,&choe=UTF-8&chld=L', alt='qrcode') + img(src='https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=%7B%22address%22%3A%22https%3A%2F%2Fhabitrpg.com%22%2C%22user%22%3A%22{{user.id}}%22%2C%22key%22%3A%22{{user.apiToken}}%22%7D&choe=UTF-8&chld=L', alt='qrcode') script(id='partials/options.settings.export.html', type="text/ng-template") .row.fluid