We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad296f2 commit 15903b4Copy full SHA for 15903b4
core/src/main/java/org/owasp/encoder/Encode.java
@@ -243,7 +243,8 @@ public static void forHtmlContent(Writer out, String input)
243
*
244
* <b>Example JSP Usage</b>
245
* <pre>
246
- * <div><%=Encode.forHtmlAttribute(unsafeData)%></div>
+ * <div title="<%=Encode.forHtmlAttribute(unsafeData)%>">...</div>
247
+ * <div title='<%=Encode.forHtmlAttribute(unsafeData)%>'>...</div>
248
* </pre>
249
250
* <table border="0" class="memberSummary" summary="Shows the input and results of encoding">
0 commit comments