summaryrefslogtreecommitdiffhomepage
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/build b/build
index 7b52aa1..c881347 100755
--- a/build
+++ b/build
@@ -71,7 +71,7 @@ compile_for_lang() {
function fmt(n)
{
- return lang ~ /(en|ga|mt|nl)/ ? "€" n : n " €"
+ return lang ~ /(en|ga|mt|nl)/ ? "€" n : n " €"
}
BEGIN {
@@ -202,9 +202,9 @@ compile_for_lang() {
}
END { print "MARKER LOL" }
- ' data/sections.$1 data/coins \
- | last-of-design.sed \
- | sed -E 's|(<td class=not-minted>)[^<]*(<sup>[^<]*</sup>)?(</td>)|\1\&nbsp;\3|g' \
+ ' data/sections.$1 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 '