From: Fletcher T. Penney Date: Sun, 19 Mar 2017 14:25:47 +0000 (-0400) Subject: FIXED: Update table caption alignment for CSS instead of deprecated alignment X-Git-Tag: 6.0.0-rc2^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe078bccf595bb4b782750e356bec2eb8b290d5b;p=multimarkdown FIXED: Update table caption alignment for CSS instead of deprecated alignment --- diff --git a/Sources/libMultiMarkdown/html.c b/Sources/libMultiMarkdown/html.c index 74d6498..de383e9 100644 --- a/Sources/libMultiMarkdown/html.c +++ b/Sources/libMultiMarkdown/html.c @@ -736,7 +736,7 @@ void mmd_export_token_html(DString * out, const char * source, token * t, scratc } temp_char = label_from_token(source, temp_token); - printf("", temp_char); + printf("", temp_char); free(temp_char); t->next->child->child->type = TEXT_EMPTY; diff --git a/tests/MMD6Tests/Tables.html b/tests/MMD6Tests/Tables.html index 04a73bf..a9cc489 100644 --- a/tests/MMD6Tests/Tables.html +++ b/tests/MMD6Tests/Tables.html @@ -141,7 +141,7 @@ - +@@ -163,7 +163,7 @@
captioncaption
- +
captioncaption