Skip to content

Commit

Permalink
JENKINS-5135 jelly escape by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubya committed Feb 12, 2017
1 parent 42370c9 commit 3641cc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -49,7 +49,7 @@

<properties>
<jenkins.version>1.625.3</jenkins.version>
<java.level>7</java.level>
<java.level>8</java.level>
<credentials.version>1.7.3</credentials.version>
<paho.version>1.0.2</paho.version>
</properties>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/index.jelly
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
This plugin provides build status notification via <a href="http://mqtt.org/">the MQTT protocol</a>.
</div>
@@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry title="Broker URL" field="brokerUrl" description="MQTT Broker URL">
<f:textbox />
Expand Down

0 comments on commit 3641cc3

Please sign in to comment.