Revision: 6510
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6510&view=rev
Author:   dnaber
Date:     2012-02-11 23:05:13 +0000 (Sat, 11 Feb 2012)
Log Message:
-----------
[community] fix: don't use "auto" as language

Modified Paths:
--------------
    trunk/ltcommunity/grails-app/views/layouts/main.gsp

Modified: trunk/ltcommunity/grails-app/views/layouts/main.gsp
===================================================================
--- trunk/ltcommunity/grails-app/views/layouts/main.gsp 2012-02-11 23:05:01 UTC 
(rev 6509)
+++ trunk/ltcommunity/grails-app/views/layouts/main.gsp 2012-02-11 23:05:13 UTC 
(rev 6510)
@@ -17,7 +17,7 @@
                        if (homeLink.equals("")) {
                          homeLink = "/";
                        }
-                       if (params.lang) {
+                       if (params.lang && params.lang != 'auto') {
                          homeLink += "?lang=" + params.lang;
                        }
                        %>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to