Commit 81b645b8b5e14a12f3311a7015326582ad8058c7
1 parent
1da59ff0
Exists in
master
and in
39 other branches
Fixing typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/proxy/diazo/jenkins.xml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | xmlns:css="http://namespaces.plone.org/diazo/css" |
4 | 4 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
5 | 5 | |
6 | - <notheme css:if-path="/ci/job/colab/configSubmit" /> | |
6 | + <notheme if-path="/ci/job/colab/configSubmit" /> | |
7 | 7 | |
8 | 8 | <replace css:theme="#jenkins-css" content="//head/link" /> |
9 | 9 | <replace css:theme="#jenkins-js" content="//head/script" /> | ... | ... |