summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@johnjcamilleri.com>2018-11-27 22:36:57 +0100
committerJohn J. Camilleri <john@johnjcamilleri.com>2018-11-27 22:36:57 +0100
commit9bf5c98509d5550dfba52eb04606441bd86461b7 (patch)
tree3b5e3073187ad259e5b855f51ccfc04f1885e8c3 /bin
parent8821f8baa850ddfb572bf4aadb98ea192d8d44b0 (diff)
Work on new download page. Change 18-12 to 4.0.0
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update_html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update_html b/bin/update_html
index 26dfc80fe..ec82ec491 100755
--- a/bin/update_html
+++ b/bin/update_html
@@ -52,7 +52,7 @@ function render_t2t_html {
# Final post-processing
if [ -f "$html" ] ; then
- sed -i.bak "s/<table>/<table class=\"table\">/" "$html" && rm "$html.bak"
+ sed -i.bak "s/<table/<table class=\"table\"/" "$html" && rm "$html.bak"
echo "$html"
fi
}
@@ -77,7 +77,7 @@ function render_md_html {
# Final post-processing
if [ -f "$html" ] ; then
- sed -i.bak "s/<table>/<table class=\"table\">/" "$html" && rm "$html.bak"
+ sed -i.bak "s/<table/<table class=\"table\"/" "$html" && rm "$html.bak"
echo "$html"
fi
}