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}}
-
+
{{else}}
{{ position }}, {{ employer }}
{{/if}}
@@ -82,7 +82,7 @@
{{#if proj.highlights}}
{{#each highlights}}
- - {{ this }}
+ - {{{ this }}}
{{/each}}
{{/if}}
@@ -104,7 +104,7 @@
{{#if courses}}
{{#each courses}}
- - {{ this }}
+ - {{{ this }}}
{{/each}}
{{/if}}
@@ -131,7 +131,7 @@
{{#if highlights}}
{{#each highlights}}
- - {{ this }}
+ - {{{ this }}}
{{/each}}
{{/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}}{{/if}}
-
{{#if r.info.brief}}
@@ -79,7 +78,7 @@
{{#each r.employment.history}}
{{#if url}}
-
+
{{else}}
{{ position }}, {{ employer }}
{{/if}}
@@ -88,7 +87,7 @@
{{#if proj.highlights}}
{{#each highlights}}
- - {{ this }}
+ - {{{ this }}}
{{/each}}
{{/if}}
@@ -110,7 +109,7 @@
{{#if courses}}
{{#each courses}}
- - {{ this }}
+ - {{{ this }}}
{{/each}}
{{/if}}
@@ -137,7 +136,7 @@
{{#if highlights}}
{{#each highlights}}
- - {{ this }}
+ - {{{ this }}}
{{/each}}
{{/if}}