Skip to content

Commit

Permalink
Member should be an element, not text
Browse files Browse the repository at this point in the history
  • Loading branch information
kwheelan authored Jan 19, 2025
1 parent 4ab8081 commit 6bbe836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/xbrl/contexts.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<xbrli:segment>
{% for dim in context.dims() %}
<xbrldi:{{dim.member_type}}Member dimension="{{dim.axis}}">
{{ dim.member_name }}
<{{ dim.member_name }}>
</xbrldi:{{dim.member_type}}Member>
{% endfor %}
</xbrli:segment>
Expand Down

0 comments on commit 6bbe836

Please sign in to comment.