diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-27 22:36:57 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-27 22:36:57 +0100 |
| commit | 9bf5c98509d5550dfba52eb04606441bd86461b7 (patch) | |
| tree | 3b5e3073187ad259e5b855f51ccfc04f1885e8c3 /bin/update_html | |
| parent | 8821f8baa850ddfb572bf4aadb98ea192d8d44b0 (diff) | |
Work on new download page. Change 18-12 to 4.0.0
Diffstat (limited to 'bin/update_html')
| -rwxr-xr-x | bin/update_html | 4 |
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 } |
