Skip to content

Commit 60af9a4

Browse files
committed
Fix Bitbucket URL link error
Had unbalanced parentheses Originally 280d813
1 parent 2b26b7f commit 60af9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/org/jenkinsci/plugins/badge/actions/JobBadgeAction/index.jelly

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
${textileUnprotectedLink}
155155
</p>
156156

157-
<j:set var="bitbucketProtectedLink" value="[Build Status](${badgeUrl}) &quot;${jobUrl}&quot;)"/>
157+
<j:set var="bitbucketProtectedLink" value="[Build Status](${badgeUrl} &quot;${jobUrl}&quot;)"/>
158158
<j:set var="bitbucketUnprotectedLink" value="[Build Status](${publicBadge} &quot;${jobUrl}&quot;)"/>
159159

160160
<h3 class="help-format">${%Bitbucket}</h3>

src/main/resources/org/jenkinsci/plugins/badge/actions/RunBadgeAction/index.jelly

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
${textileUnprotectedLink}
155155
</p>
156156

157-
<j:set var="bitbucketProtectedLink" value="[Build Status](${badgeUrl}) &quot;${jobUrl}&quot;)"/>
157+
<j:set var="bitbucketProtectedLink" value="[Build Status](${badgeUrl} &quot;${jobUrl}&quot;)"/>
158158
<j:set var="bitbucketUnprotectedLink" value="[Build Status](${publicBadge} &quot;${jobUrl}&quot;)"/>
159159

160160
<h3 class="help-format">${%Bitbucket}</h3>

0 commit comments

Comments
 (0)