Skip to content

Commit

Permalink
Merge pull request #93 from daniel-beck/dont-escape-plugin-title
Browse files Browse the repository at this point in the history
Revert "Escape plugin title"
  • Loading branch information
daniel-beck committed Dec 11, 2016
2 parents 5352dfa + f945459 commit d8638c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/jvnet/hudson/update_center/Plugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,6 @@ public String getName() {
if (title == null) {
title = artifactId;
}

// escape malicious HTML
title = StringEscapeUtils.escapeHtml(title);

return title;
}

Expand Down

0 comments on commit d8638c0

Please sign in to comment.