# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: JSPWiki/src/com/ecyrd/jspwiki/parser/LinkParser.java --- JSPWiki/src/com/ecyrd/jspwiki/parser/LinkParser.java Base (1.6) +++ JSPWiki/src/com/ecyrd/jspwiki/parser/LinkParser.java Locally Modified (Based On 1.6) @@ -362,6 +362,7 @@ protected Link( String text ) throws ParseException { setText(text); + setReference(text); } /**