]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
remove \cB from descriptions
authorAilin Nemui <redacted>
Wed, 31 Oct 2018 00:30:57 +0000 (01:30 +0100)
committerAilin Nemui <redacted>
Thu, 1 Nov 2018 09:46:35 +0000 (10:46 +0100)
index.html

index 3f1e358f30ca9b7512d7c69fdc842ef0e19fe6c3..944706dc071563476d559517cefd25374c044ce1 100644 (file)
@@ -91,7 +91,7 @@ layout: default
                     </td>
                     <td class="name">{{ script.name }}</td>
                     <td class="version">{{ script.version }}</td>
-                    <td class="description">{{ script.description | xml_escape }}</td>
+                    <td class="description">{{ script.description | xml_escape | replace: '\ 2', '' }}</td>
                     <td class="authors">{{ script.authors | xml_escape }}</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" }}">
git clone https://git.99rst.org/PROJECT