summaryrefslogtreecommitdiff
path: root/horizon/templates/horizon/common/_data_table.html
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-20 14:07:32 +0000
committerGerrit Code Review <review@openstack.org>2023-04-20 14:07:32 +0000
commit87b1455bfe59fa65744dbe9b8c896a2b48c09748 (patch)
tree46cebb10c1d855803a50a16c761541deaadea3b4 /horizon/templates/horizon/common/_data_table.html
parent7d44796eca10fa61d4d98ab98358c5932746734e (diff)
parent4a89303231bbb00af25064912091516b07ba754e (diff)
downloadhorizon-87b1455bfe59fa65744dbe9b8c896a2b48c09748.tar.gz
Merge "Clean up the syntax of html attributes to always use double quotes"
Diffstat (limited to 'horizon/templates/horizon/common/_data_table.html')
-rw-r--r--horizon/templates/horizon/common/_data_table.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/horizon/templates/horizon/common/_data_table.html b/horizon/templates/horizon/common/_data_table.html
index d29ff7c65..38db26fb7 100644
--- a/horizon/templates/horizon/common/_data_table.html
+++ b/horizon/templates/horizon/common/_data_table.html
@@ -8,7 +8,7 @@
{% block table_caption %}
<caption>
{% if not hidden_title %}
- <span class='table-title'>{{ table }}</span>
+ <span class="table-title">{{ table }}</span>
{% endif %}
{{ table.render_table_actions }}
</caption>