diff options
-rwxr-xr-x | build | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -142,8 +142,9 @@ compile_for_lang() { } END { print "MARKER LOL" } - ' data/coins \ - | last-of-design.sed \ + ' data/coins \ + | last-of-design.sed \ + | sed -E 's|(<td class=not-minted>)[^<]*(<sup>[^<]*</sup>)?(</td>)|\1\3|g' \ | xfsub '<!-- SCOIN-TABLE-BODY -->' - $nod/index.html gawk -v CC=$CC ' |