From 4954079a6f1b140e28c8e77b7ba3c8f0fff6718e Mon Sep 17 00:00:00 2001 From: hacksalot Date: Mon, 4 Jan 2016 15:07:46 -0500 Subject: [PATCH] Fix: Modern: Double-encoding issue. Fixes hacksalot/hackmyresume#57. --- themes/modern/src/modern-html.html | 8 ++++---- themes/modern/src/modern-pdf.html | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/themes/modern/src/modern-html.html b/themes/modern/src/modern-html.html index 5a6a62b..d9e6e35 100644 --- a/themes/modern/src/modern-html.html +++ b/themes/modern/src/modern-html.html @@ -73,7 +73,7 @@ {{#each r.employment.history}} {{#if url}} -

{{ position }}, {{ employer }}

+

{{ position }}, {{ employer }}

{{else}}

{{ position }}, {{ employer }}

{{/if}} @@ -82,7 +82,7 @@ {{#if proj.highlights}} {{/if}} @@ -104,7 +104,7 @@ {{#if courses}} {{/if}} @@ -131,7 +131,7 @@ {{#if highlights}} {{/if}} diff --git a/themes/modern/src/modern-pdf.html b/themes/modern/src/modern-pdf.html index 3a062b1..7649ab9 100644 --- a/themes/modern/src/modern-pdf.html +++ b/themes/modern/src/modern-pdf.html @@ -23,7 +23,6 @@ {{#if r.contact.website}}
{{ RAW.contact.website }}
{{/if}} - {{#if r.info.brief}} @@ -79,7 +78,7 @@ {{#each r.employment.history}} {{#if url}} -

{{ position }}, {{ employer }}

+

{{ position }}, {{ employer }}

{{else}}

{{ position }}, {{ employer }}

{{/if}} @@ -88,7 +87,7 @@ {{#if proj.highlights}} {{/if}} @@ -110,7 +109,7 @@ {{#if courses}} {{/if}} @@ -137,7 +136,7 @@ {{#if highlights}} {{/if}}