diff options
Diffstat (limited to 'bin')
| -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 } |
