Huge rewrite of all base templates, added base_ship.xml (unfinished)
[shipsimu.git] / application / ship-simu / templates / de / game / technology / base_technology.xml
index 977cca99018eca0628788f2f401d225e735730b4..b08fe14538d1230d4ae516ac92d122c666a1a2f7 100644 (file)
@@ -23,7 +23,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
 <technology>
        <!-- General technology data like type, level, summary or description. //-->
-       <general-data id="{?id?}" type="{?type?}" level="{?level?}">
+       <general-data>
+               <id>{?id?}</id>
+               <type>{?type?}</type>
+               <level>{?level?}</level>
                <!-- The date/time when this technology was gained, e.g. by research. //-->
                <technology-gained timestamp="{?gained?}" />
                <!-- A summary of this technology. //-->