From: <ama...@us...> - 2014-12-14 05:30:53
|
Revision: 25780 http://sourceforge.net/p/pcgen/code/25780 Author: amaitland Date: 2014-12-14 05:30:45 +0000 (Sun, 14 Dec 2014) Log Message: ----------- Fix Export loop used instead of 0 Modified Paths: -------------- Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm.ftl Modified: Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm.ftl =================================================================== --- Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm.ftl 2014-12-14 05:30:26 UTC (rev 25779) +++ Trunk/pcgen/outputsheets/d20/fantasy/htmlxml/csheet_fantasy_std.htm.ftl 2014-12-14 05:30:45 UTC (rev 25780) @@ -138,7 +138,7 @@ <td colspan="1" class="h">${pcstring('EXP.CURRENT')}</td> <td colspan="1" class="h">${pcstring('RACE')}</td> - <#if (pcstring("ABILITYALL.Special Ability.${ability}.TYPE=RaceName.HASASPECT.RaceName") = "Y")> + <#if (pcstring("ABILITYALL.Special Ability.0.TYPE=RaceName.HASASPECT.RaceName") = "Y")> <td colspan="1" class="h">${pcstring('ABILITYALL.ANY.0.ASPECT=RaceName.ASPECT.RaceName')}</td> <#else> <td colspan="1" class="h">${pcstring('RACE')}</td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |