diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-09 15:18:51 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-09 15:18:51 +0200 |
commit | cdebdf32a12bdb0ec521de70420330c4b5abce8e (patch) | |
tree | 756309bd53929e1a8f163e471fadb97a6465af81 | |
parent | 2af0cc20186221fedbde36668df05773df50ee9d (diff) |
Make changes
-rwxr-xr-x | build | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -143,9 +143,9 @@ compile_for_lang() { } END { print "MARKER LOL" } - ' data/coins \ - | last-of-design.sed \ - | sed -E 's|(<td class=not-minted>)[^<]*(<sup>[^<]*</sup>)?(</td>)|\1\3|g' \ + ' 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 ' |