[mapserver-commits] r9738 - branches/branch-5-6/docs

svn at osgeo.org svn at osgeo.org
Mon Jan 25 00:51:03 EST 2010


Author: sdlime
Date: 2010-01-25 00:51:02 -0500 (Mon, 25 Jan 2010)
New Revision: 9738

Modified:
   branches/branch-5-6/docs/Makefile
Log:
Removed trailing space in languages definition that was causing a busted flag image to show up in some browsers.

Modified: branches/branch-5-6/docs/Makefile
===================================================================
--- branches/branch-5-6/docs/Makefile	2010-01-24 02:04:03 UTC (rev 9737)
+++ branches/branch-5-6/docs/Makefile	2010-01-25 05:51:02 UTC (rev 9738)
@@ -9,7 +9,7 @@
 SPHINXBUILD   = sphinx-build
 PAPER         =
 TRANSLATIONS  = de
-LANGUAGES     = en $(TRANSLATIONS) 
+LANGUAGES     = en $(TRANSLATIONS)
 
 # On mapserver.org we need to write alternate links for the language switcher.
 # This is triggered by setting TARGET to 'mapserverorg'



More information about the mapserver-commits mailing list