Remove <p> font
This commit is contained in:
@@ -6,19 +6,12 @@
|
||||
<ul>
|
||||
{{!--cancelled properties--}}
|
||||
<li>
|
||||
<p>
|
||||
<strong>{{localize 'l5r5e.removed_properties'}}</strong> :
|
||||
{{#each data.data.properties as |property idx|}}{{#ifCond idx '>' 0}}, {{/ifCond}}{{property.name}}{{/each}}
|
||||
</p>
|
||||
</li>
|
||||
|
||||
{{!--item-infos--}}
|
||||
<li>
|
||||
<p><strong>{{localize 'l5r5e.description'}}</strong> : {{{data.data.description}}}</p>
|
||||
</li>
|
||||
<li>
|
||||
<p><strong>{{localize 'l5r5e.book_reference'}}</strong> : {{data.data.book_reference}}</p>
|
||||
<strong>{{localize 'l5r5e.removed_properties'}}</strong> :
|
||||
{{#each data.data.properties as |property idx|}}{{#ifCond idx '>' 0}}, {{/ifCond}}{{property.name}}{{/each}}
|
||||
</li>
|
||||
</ul>
|
||||
{{!--item-infos--}}
|
||||
<p><strong>{{localize 'l5r5e.description'}}</strong> : {{{data.data.description}}}</p>
|
||||
<p><strong>{{localize 'l5r5e.book_reference'}}</strong> : {{data.data.book_reference}}</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user