From d1e09a33a4656942c885cb8a6e202b1212a94bfd Mon Sep 17 00:00:00 2001
From: Tom Copeland <tomcopeland@users.sourceforge.net>
Date: Tue, 21 Mar 2006 13:45:46 +0000
Subject: [PATCH] tweak, thx Allan!

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4307 51baf565-9d33-0410-a72c-fc3788e3496d
---
 pmd/xdocs/jspsupport.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pmd/xdocs/jspsupport.xml b/pmd/xdocs/jspsupport.xml
index b355114f0c..ddb719786c 100644
--- a/pmd/xdocs/jspsupport.xml
+++ b/pmd/xdocs/jspsupport.xml
@@ -20,7 +20,7 @@
     tag without corresponding closing tag will result in a parsing error.</li>
     <li><span style="text-decoration: underline;">attribute values</span> must be <span style="text-decoration: underline;">surrounded by</span> single or double <span style="text-decoration: underline;">quotes</span>. This means that the following syntax will result in a parsing error:<br />
     &lt;MyTag myAttr1=true myAttr2=1024/&gt;</li>
-    <li>&lt; and &gt; characters must be <span style="text-decoration: underline;">escaped</span>, or put inside a CDATA section. This applies particularly to javascript.</li>
+    <li>&lt; and &gt; characters must be <span style="text-decoration: underline;">escaped</span>, or put inside a CDATA section.</li>
     <p>PMD creates a "Abstract Syntax Tree" representation of source code; the rules use such a tree as input.
     For JSP files, the following constructs are parsed into nodes of the tree:</p>
     <ul>