mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-12 07:44:13 +00:00
Escape table entries correctly
This commit is contained in:
parent
b5f7831049
commit
806ccbd6a3
@ -16,7 +16,7 @@ layout: home
|
||||
</thead>
|
||||
{% for page in pages %}
|
||||
{% if page.Status == status %}
|
||||
<tr><td><a href="{{page.url|relative_url}}">{{page.EIP}}</a></td><td>{{page.Title}}</td><td>{{page.Author}}</td><td>{{page.Layer}}</td></tr>
|
||||
<tr><td><a href="{{page.url|relative_url}}">{{page.EIP}}</a></td><td>{{page.Title|xml_escape}}</td><td>{{page.Author|xml_escape}}</td><td>{{page.Layer|xml_escape}}</td></tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user