From: <ama...@us...> - 2014-12-09 09:03:00
|
Revision: 25742 http://sourceforge.net/p/pcgen/code/25742 Author: amaitland Date: 2014-12-09 09:02:57 +0000 (Tue, 09 Dec 2014) Log Message: ----------- omit bad loop, waiting for proper count. Modified Paths: -------------- Trunk/pcgen/outputsheets/base.xml.ftl Modified: Trunk/pcgen/outputsheets/base.xml.ftl =================================================================== --- Trunk/pcgen/outputsheets/base.xml.ftl 2014-12-09 09:00:12 UTC (rev 25741) +++ Trunk/pcgen/outputsheets/base.xml.ftl 2014-12-09 09:02:57 UTC (rev 25742) @@ -236,7 +236,7 @@ </@loop> </notes> <campaign_history> - <@loop from=0 to=??? ; campaignloop , campaignloop_has_next> +<#-- <@loop from=0 to=??? ; campaignloop , campaignloop_has_next> --> <campaign>CAMPAIGNHISTORY.VISIBLE.${campaignloop}.CAMPAIGN</campaign> <adventure>CAMPAIGNHISTORY.VISIBLE.${campaignloop}.ADVENTURE</adventure> <party>CAMPAIGNHISTORY.VISIBLE.${campaignloop}.PARTY</party> @@ -244,7 +244,7 @@ <xp>CAMPAIGNHISTORY.VISIBLE.${campaignloop}.XP</xp> <gm>CAMPAIGNHISTORY.VISIBLE.${campaignloop}.GM</gm> <text>CAMPAIGNHISTORY.VISIBLE.${campaignloop}.TEXT</text> - </@loop> +<#-- </@loop> --> </campaign_history> </basics> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |