Skip to content

Commit

Permalink
Merge pull request #315 from habitullence/patch-1
Browse files Browse the repository at this point in the history
Stop replacing pipe char with encoded
  • Loading branch information
geemus authored Nov 29, 2016
2 parents 503db9a + 944b671 commit f20d525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prmd/templates/schemata/helper.erb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
end

if value['pattern']
description += "<br/> **pattern:** `#{value['pattern'].gsub /\|/, '&#124;'}`"
description += "<br/> **pattern:** `#{value['pattern']}`"
end

if value['minLength'] || value['maxLength']
Expand Down

0 comments on commit f20d525

Please sign in to comment.