Skip to content

Commit

Permalink
docs: correct javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong authored Jul 26, 2024
1 parent 604a78f commit 351e999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/org/owasp/encoder/Encode.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public static void forHtmlContent(Writer out, String input)
*
* <b>Example JSP Usage</b>
* <pre>
* &lt;input value=&quot;&lt;%=Encode.forHtml(unsafeData)%&gt;&quot; title=&#39;&lt;%=Encode.forHtml(moreUnsafeData)%&gt;&#39; /&gt;
* &lt;input value=&quot;&lt;%=Encode.forHtmlAttribute(unsafeData)%&gt;&quot; title=&#39;&lt;%=Encode.forHtmlAttribute(moreUnsafeData)%&gt;&#39; /&gt;
* </pre>
*
* <table border="0" class="memberSummary" summary="Shows the input and results of encoding">
Expand Down

0 comments on commit 351e999

Please sign in to comment.