Skip to content

Commit

Permalink
Use Unix line termination for all text files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 11, 2024
1 parent 6ada43f commit a0de40c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout">
<l:icon class="icon-computer icon-sm" title="${it.tooltip}"/>
</j:jelly>
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout">
<l:icon class="icon-computer icon-sm" title="${it.tooltip}"/>
</j:jelly>
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">

<f:entry field="name" title="Name">
<f:textbox />
</f:entry>
<f:entry field="nodeLabel" title="Node">
<f:textbox />
</f:entry>
</j:jelly>
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">

<f:entry field="name" title="Name">
<f:textbox />
</f:entry>
<f:entry field="nodeLabel" title="Node">
<f:textbox />
</f:entry>

</j:jelly>

0 comments on commit a0de40c

Please sign in to comment.