]> ruin.nu Git - ndwebbie.git/blobdiff - templates/raids.xml.tmpl
most of the raids stuff implemented
[ndwebbie.git] / templates / raids.xml.tmpl
index 95c0f2764c02132c0e0a8aea39e9ef4e1aec8e16..bf67668d3029f9be4a5193b3c8d74b32ee3fdb82 100644 (file)
@@ -1,9 +1,7 @@
 <targets>
        <timestamp><TMPL_VAR NAME=Timestamp></timestamp>
 <TMPL_IF TargetList>
-       <targetlist>
-       <TMPL_VAR NAME=TargetList>
-       </targetlist>
+       <targetlist><TMPL_VAR NAME=TargetList></targetlist>
 </TMPL_IF>
 <TMPL_LOOP Targets>
        <target id="<TMPL_VAR NAME=Id>">
@@ -12,9 +10,9 @@
                        <command><TMPL_VAR NAME=Command></command>
                        <claimers><TMPL_VAR NAME=Claimers></claimers>
                        <joinable><TMPL_VAR NAME=Joinable></joinable>
-                       <coords><TMPL_VAR NAME=Coords></coords>
                </wave>
        </TMPL_LOOP>
+       <coords><TMPL_VAR NAME=Coords></coords>
        </target>
 </TMPL_LOOP>
 </targets>