Added constants from David Foerster to phpsyntax.xml file
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / hover / AnnotationHover.java
index 3839e78..499e8db 100644 (file)
@@ -47,7 +47,7 @@ public class AnnotationHover extends AbstractJavaEditorTextHover {
        private String formatMessage(String message) {
                StringBuffer buffer= new StringBuffer();
                HTMLPrinter.addPageProlog(buffer);
-               HTMLPrinter.addParagraph(buffer, HTMLPrinter.convertToHTMLContent(message));
+               HTMLPrinter.addParagraph(buffer, message); //HTMLPrinter.convertToHTMLContent(message));
                HTMLPrinter.addPageEpilog(buffer);
                return buffer.toString();
        }