From: axelcl Date: Thu, 18 Aug 2005 21:11:24 +0000 (+0000) Subject: typo X-Git-Url: http://git.phpeclipse.com typo --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/template/php/HTMLUnitContext.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/template/php/HTMLUnitContext.java index 6e94d4c..ba9e346 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/template/php/HTMLUnitContext.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/template/php/HTMLUnitContext.java @@ -20,7 +20,7 @@ public class HTMLUnitContext extends CompilationUnitContext { // private static final char HTML_TAG_END= '>'; // private static final char JAVADOC_TAG_BEGIN= '@'; /** - * special characters '&' for the start of HTML entities ' <' for the start of HTML tags '#' for the start of colour attributes + * special characters '&' for the start of HTML entities '<' for the start of HTML tags '#' for the start of colour attributes * '{' for the start of smarty partitions inside HTML code */ private static final String specialChars = "&<#{";