@enure/jacklin 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template.handlebars +1 -1
package/package.json
CHANGED
package/template.handlebars
CHANGED
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
{{this.startDate}} - {{#if this.endDate }}{{this.endDate}}{{/if}}{{#unless this.endDate }}current{{/unless}}
|
|
109
109
|
</div>
|
|
110
110
|
<div class="WorkList-summary">
|
|
111
|
-
{{summaryToList this.summary}}
|
|
111
|
+
{{{summaryToList this.summary}}}
|
|
112
112
|
</div>
|
|
113
113
|
{{#if this.highlights}}
|
|
114
114
|
<ul class="WorkList-highlights">
|