Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing and serialization of font-family #15183

Merged
merged 5 commits into from Jan 26, 2017

Mako: configure included templates like the main one.

  • Loading branch information
SimonSapin committed Jan 24, 2017
commit 5c8c38be5dde84e4c791971db3433ee98c0430a5
@@ -49,7 +49,9 @@ def abort(message):

def render(filename, **context):
try:
lookup = TemplateLookup(directories=[BASE])
lookup = TemplateLookup(directories=[BASE],
input_encoding="utf8",
strict_undefined=True)
template = Template(open(filename, "rb").read(),
filename=filename,
input_encoding="utf8",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.