Skip to content

Commit

Permalink
Fix: #3472 - errant space in ahnentafel report
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Aug 9, 2020
1 parent 3f9fe4d commit d4af4c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions resources/xml/reports/ahnentafel_report.xml
Expand Up @@ -275,10 +275,8 @@
</if>
<Text style="text">
<if condition="$spid!=''"><GetPersonName id="$spid" /></if>
<if condition="@DATE!=''"><var var=" " /> <GedcomValue tag="DATE" level="2" />
<if condition="@PLAC==''"> </if>
</if>
<if condition="@PLAC!=''"><var var="I18N::translate(' in ')" /> <GedcomValue tag="PLAC" level="2" /></if>
<if condition="@DATE!=''"><var var=" " /> <GedcomValue tag="DATE" level="2" /></if>
<if condition="@PLAC!=''"><var var="I18N::translate(' in ')" /><GedcomValue tag="PLAC" level="2" /></if>
<if condition="((@desc=='Y') or (@DATE=='' and @PLAC=='')) and ($spid=='')"><var var="I18N::translate(' but the details are unknown')" /></if>.
</Text>
</if>
Expand Down

0 comments on commit d4af4c0

Please sign in to comment.