summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-09 15:18:51 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-09 15:18:51 +0200
commitcdebdf32a12bdb0ec521de70420330c4b5abce8e (patch)
tree756309bd53929e1a8f163e471fadb97a6465af81
parent2af0cc20186221fedbde36668df05773df50ee9d (diff)
Make changes
-rwxr-xr-xbuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/build b/build
index 6b7fc44..90ac5ad 100755
--- a/build
+++ b/build
@@ -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\&nbsp;\3|g' \
| xfsub '<!-- SCOIN-TABLE-BODY -->' - $nod/index.html
gawk -v CC=$CC '