diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-04 21:37:25 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-04 21:37:25 -0700 |
commit | 283c4928081f82e3f6ef7a0f80aecf0bacb89dbe (patch) | |
tree | c9c9def8034632e769d24537491445a526e11b2a /devfiles/questions/13.json | |
parent | fd0682ae4d5ea3e4f96d461d6be45dabcc86fd70 (diff) |
Moving the burden of escaping single quotes from the json files to the scripts
Diffstat (limited to 'devfiles/questions/13.json')
-rw-r--r-- | devfiles/questions/13.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devfiles/questions/13.json b/devfiles/questions/13.json index cd0e2ff..7a74502 100644 --- a/devfiles/questions/13.json +++ b/devfiles/questions/13.json @@ -3,7 +3,7 @@ "question": "Those closest to me are:", "type": "circle", "bottomright": "Outside the church", - "bottomleft": "Inside the church but don\'t know my secrets", + "bottomleft": "Inside the church but don't know my secrets", "topleft": "Inside the church and know me a bit", "topright": "Church family, knows me well, and prays for me", |