[Marble-commits] KDE/kdeedu/marble/data/maps

Alexander Potashev aspotashev at gmail.com
Mon Apr 26 14:56:11 CEST 2010


SVN commit 1119036 by aspotashev:

Close <p> tags in the descriptions of Marble maps


 M  +1 -1      earth/bluemarble/bluemarble.dgml  
 M  +1 -1      earth/openstreetmap/openstreetmap.dgml  
 M  +1 -1      earth/plain/plain.dgml  
 M  +1 -1      moon/clementine/clementine.dgml  


--- trunk/KDE/kdeedu/marble/data/maps/earth/bluemarble/bluemarble.dgml #1119035:1119036
@@ -12,7 +12,7 @@
             <visible> true </visible>
         
             <!-- The description allows for rich text of course: -->
-            <description><![CDATA[<p>Earth as seen from Space.<p>The map is based on NASA's beautiful "Blue Marble Next Generation" pictures. Credits: NASA's Earth Observatory ]]></description>
+            <description><![CDATA[<p>Earth as seen from Space.</p><p>The map is based on NASA's beautiful "Blue Marble Next Generation" pictures. Credits: NASA's Earth Observatory</p>]]></description>
     
             <zoom>
                 <minimum>   900  </minimum>
--- trunk/KDE/kdeedu/marble/data/maps/earth/openstreetmap/openstreetmap.dgml #1119035:1119036
@@ -8,7 +8,7 @@
             <theme>openstreetmap</theme>
             <icon pixmap="openstreetmap-preview.png"/>
             <visible>true</visible>
-            <description><![CDATA[<p>A <i>global roadmap</i> created by the OpenStreetMap (OSM) project.<p>OSM is an open community which creates free editable maps. The OSM data was rendered using Mapnik.]]></description>
+            <description><![CDATA[<p>A <i>global roadmap</i> created by the OpenStreetMap (OSM) project.</p><p>OSM is an open community which creates free editable maps. The OSM data was rendered using Mapnik.</p>]]></description>
             <zoom>
                 <minimum>   900  </minimum>
                 <maximum>  4000  </maximum>
--- trunk/KDE/kdeedu/marble/data/maps/earth/plain/plain.dgml #1119035:1119036
@@ -12,7 +12,7 @@
             <visible> true </visible>
         
             <!-- The description allows for rich text of course: -->
-            <description><![CDATA[<p>A <i>plain map</i>.<p>It uses vector lines to mark coastlines and country borders etc..]]></description>
+            <description><![CDATA[<p>A <i>plain map</i>.</p><p>It uses vector lines to mark coastlines and country borders, etc...</p>]]></description>
     
             <zoom>
                 <minimum>   900  </minimum>
--- trunk/KDE/kdeedu/marble/data/maps/moon/clementine/clementine.dgml #1119035:1119036
@@ -12,7 +12,7 @@
             <visible> true </visible>
         
             <!-- The description allows for rich text of course: -->
-            <description><![CDATA[<p>The moon.<p>The map is based on data from the Clementine Moon mission (UVVIS Basemap Mosaic). Credits: NASA/SDIO, Courtesy <a href="http://astrogeology.usgs.gov">USGS Astrogeology Research Program</a>]]></description>
+            <description><![CDATA[<p>The moon.</p><p>The map is based on data from the Clementine Moon mission (UVVIS Basemap Mosaic). Credits: NASA/SDIO, Courtesy <a href="http://astrogeology.usgs.gov">USGS Astrogeology Research Program</a></p>]]></description>
     
             <zoom>
                 <minimum>   900  </minimum>


More information about the Marble-commits mailing list