1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Fix invalid JSON for footer text

A colon needs to be used instead of an equal sign; otherwise it's invalid JSON and will throw an error visible in the CLSI log.
This commit is contained in:
Raymond Li 2021-02-15 21:48:19 -05:00 committed by GitHub
parent 43d6fae629
commit 1947230c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,8 @@ TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
# SHARELATEX_HEADER_IMAGE_URL=http://somewhere.com/mylogo.png
# SHARELATEX_ADMIN_EMAIL=support@it.com
# SHARELATEX_LEFT_FOOTER=[{"text"="Powered by <a href=\"https://www.sharelatex.com\">ShareLaTeX</a> 2016"},{"text"="Another page I want to link to can be found <a href=\"here\">here</a>"} ]
# SHARELATEX_RIGHT_FOOTER=[{"text"="Hello I am on the Right"} ]
# SHARELATEX_LEFT_FOOTER=[{"text":"Powered by <a href=\"https://www.sharelatex.com\">ShareLaTeX</a> 2016"},{"text":"Another page I want to link to can be found <a href=\"here\">here</a>"}]
# SHARELATEX_RIGHT_FOOTER=[{"text":"Hello I am on the Right"}]
# SHARELATEX_EMAIL_FROM_ADDRESS=team@sharelatex.com
@ -53,7 +53,7 @@ TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
# SHARELATEX_LDAP_UPDATE_USER_DETAILS_ON_LOGIN=true
# SHARELATEX_TEMPLATES_USER_ID=578773160210479700917ee5
# SHARELATEX_NEW_PROJECT_TEMPLATE_LINKS=[ {"name":"All Templates","url":"/templates/all"}]
# SHARELATEX_NEW_PROJECT_TEMPLATE_LINKS=[{"name":"All Templates","url":"/templates/all"}]
# SHARELATEX_PROXY_LEARN="true"