Revision: 5924
http://languagetool.svn.sourceforge.net/languagetool/?rev=5924&view=rev
Author: dnaber
Date: 2011-11-18 21:28:59 +0000 (Fri, 18 Nov 2011)
Log Message:
-----------
add missing escape
Modified Paths:
--------------
trunk/ltcommunity/grails-app/views/wikiCheck/index.gsp
Modified: trunk/ltcommunity/grails-app/views/wikiCheck/index.gsp
===================================================================
--- trunk/ltcommunity/grails-app/views/wikiCheck/index.gsp 2011-11-18
20:20:06 UTC (rev 5923)
+++ trunk/ltcommunity/grails-app/views/wikiCheck/index.gsp 2011-11-18
21:28:59 UTC (rev 5924)
@@ -51,7 +51,7 @@
<div style="color:#888888;">
Some LanguageTool rules are not activated because they
cause too many false alarms:
<g:each in="${disabledRuleIds}" var="ruleId">
- <a style="color:#888888;font-weight:normal"
href="http://community.languagetool.org/rule/show/${ruleId}?lang=${lang.encodeAsHTML()}">${ruleId}</a>
+ <a style="color:#888888;font-weight:normal"
href="http://community.languagetool.org/rule/show/${ruleId.encodeAsURL()}?lang=${lang.encodeAsHTML()}">${ruleId.encodeAsHTML()}</a>
</g:each>
</div>
</g:if>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs