Skip to content

Commit a9d4190

Browse files
committed
Restore theming on file links
1 parent af751a2 commit a9d4190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atr/templates/check-selected-path-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
title="View file {{ path }}"
4949
class="text-decoration-none text-reset">
5050
{% if has_errors or has_warnings %}
51-
<strong class="{{ path_style_class }}"><code>{{ path }}</code></strong>
51+
<strong><code class="{{ path_style_class }}">{{ path }}</code></strong>
5252
{% else %}
5353
<code>{{ path }}</code>
5454
{% endif %}

0 commit comments

Comments
 (0)