diff options
| author | David Leadbeater | 2014-08-10 23:17:55 +0100 |
|---|---|---|
| committer | David Leadbeater | 2014-08-10 23:17:55 +0100 |
| commit | ab543dfd3e29ddc208fb4e768293a72629a98ec5 (patch) | |
| tree | c3085d22c186ca15ef3dba4edecd1dd0ef7f4a45 | |
| parent | 1aebbbf1e9a2866a9a126a5950fb46c7697c17a0 (diff) | |
| download | scripts.irssi.org-ab543dfd3e29ddc208fb4e768293a72629a98ec5.tar.bz2 | |
Escape the description
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ layout: default </td> <td class="name">{{ script.name }}</td> <td class="version">{{ script.version }}</td> - <td class="description">{{ script.description }}</td> + <td class="description">{{ script.description | xml_escape }}</td> <td class="authors">{{ script.authors }}</td> <td class="modified" sorttable_customkey="{{ script.modified | date: "%Y%m%d%H%M%S" }}"> <abbr class="timeago" title="{{ script.modified | date: "%Y-%m-%dT%H:%M:%SZ" }}"> |
