[mapserver-commits] r12009 - branches/branch-6-0/docs/en/mapfile
trunk/docs/en/mapfile
svn at osgeo.org
svn at osgeo.org
Fri Aug 5 09:27:11 EDT 2011
Author: havatv
Date: 2011-08-05 06:27:11 -0700 (Fri, 05 Aug 2011)
New Revision: 12009
Modified:
branches/branch-6-0/docs/en/mapfile/layer.txt
trunk/docs/en/mapfile/layer.txt
Log:
Fixed metadate example in layer document (#2928).
Modified: branches/branch-6-0/docs/en/mapfile/layer.txt
===================================================================
--- branches/branch-6-0/docs/en/mapfile/layer.txt 2011-08-05 13:19:50 UTC (rev 12008)
+++ branches/branch-6-0/docs/en/mapfile/layer.txt 2011-08-05 13:27:11 UTC (rev 12009)
@@ -332,8 +332,8 @@
.. code-block:: mapfile
METADATA
- title "My layer title"
- author "Me!"
+ "title" "My layer title"
+ "author" "Me!"
END
.. index::
Modified: trunk/docs/en/mapfile/layer.txt
===================================================================
--- trunk/docs/en/mapfile/layer.txt 2011-08-05 13:19:50 UTC (rev 12008)
+++ trunk/docs/en/mapfile/layer.txt 2011-08-05 13:27:11 UTC (rev 12009)
@@ -332,8 +332,8 @@
.. code-block:: mapfile
METADATA
- title "My layer title"
- author "Me!"
+ "title" "My layer title"
+ "author" "Me!"
END
.. index::
More information about the mapserver-commits
mailing list