templates/table.html in asciidoctor-htmlbook-0.0.1 vs templates/table.html in asciidoctor-htmlbook-0.0.2
- old
+ new
@@ -1,7 +1,7 @@
<table>
{% if node.title %}
- <caption>{{ node.title }}</caption>
+ <caption>{{ node.captioned_title }}</caption>
{% endif %}
{% if node.rows.head.size > 0 %}
<thead>
{% for row in node.rows.head %}
<tr>