This is an automated email from the ASF dual-hosted git repository.

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new a9d4190  Restore theming on file links
a9d4190 is described below

commit a9d41901c56760b7f7add17a5ae8a4cb91a06ffc
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Oct 14 11:40:54 2025 +0100

    Restore theming on file links
---
 atr/templates/check-selected-path-table.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/check-selected-path-table.html 
b/atr/templates/check-selected-path-table.html
index 4b0b851..5470f1d 100644
--- a/atr/templates/check-selected-path-table.html
+++ b/atr/templates/check-selected-path-table.html
@@ -48,7 +48,7 @@
                title="View file {{ path }}"
                class="text-decoration-none text-reset">
               {% if has_errors or has_warnings %}
-                <strong class="{{ path_style_class }}"><code>{{ path 
}}</code></strong>
+                <strong><code class="{{ path_style_class }}">{{ path 
}}</code></strong>
               {% else %}
                 <code>{{ path }}</code>
               {% endif %}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to