Corrected the rdfa in the metadata table.
This commit is contained in:
parent
9ceea31c5b
commit
8f65028ddf
@ -21,12 +21,12 @@
|
|||||||
{%- set metadata_context=metadata['@context'] %}
|
{%- set metadata_context=metadata['@context'] %}
|
||||||
{%- if metadata %}
|
{%- if metadata %}
|
||||||
<h3>{% trans %}Metadata Information{% endtrans %}</h3>
|
<h3>{% trans %}Metadata Information{% endtrans %}</h3>
|
||||||
<table context="{{ metadata_context }}" class="metadata_info">
|
<table class="metadata_info">
|
||||||
{%- for key, value in metadata.iteritems() if (
|
{%- for key, value in metadata.iteritems() if (
|
||||||
not key=='@context' and value) %}
|
not key=='@context' and value) %}
|
||||||
<tr {% if loop.index%2 == 1 %}class="highlight"{% endif %}>
|
<tr {% if loop.index%2 == 1 %}class="highlight"{% endif %}>
|
||||||
<th>{{ format_predicate(key) }}</th>
|
<th>{{ format_predicate(key) }}</th>
|
||||||
<td property="{{ key }}" typeof="{{ value }}">
|
<td property="{{ key }}">
|
||||||
{{ value }}</td>
|
{{ value }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user