diff options
| author | Geert Hauwaerts | 2014-08-11 11:08:30 +0200 |
|---|---|---|
| committer | Geert Hauwaerts | 2014-08-11 11:08:30 +0200 |
| commit | 52f49d1e7ddecd4cac063215101cd0a3c565d574 (patch) | |
| tree | c3085d22c186ca15ef3dba4edecd1dd0ef7f4a45 | |
| parent | 1aebbbf1e9a2866a9a126a5950fb46c7697c17a0 (diff) | |
| parent | ab543dfd3e29ddc208fb4e768293a72629a98ec5 (diff) | |
| download | scripts.irssi.org-52f49d1e7ddecd4cac063215101cd0a3c565d574.tar.bz2 | |
Merge pull request #31 from dgl/escape
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" }}"> |
