Fixed two typos in SourcePage. Thank you, Doug Blank, for showing them to me.
svn: r18664
This commit is contained in:
parent
0aee5919e2
commit
fdac4f7ff8
@ -4390,10 +4390,10 @@ class SourcePage(BasePage):
|
|||||||
ordered2 = Html("ol")
|
ordered2 = Html("ol")
|
||||||
list1 += ordered2
|
list1 += ordered2
|
||||||
|
|
||||||
for fhandle in families:
|
for fhandle in fml_list:
|
||||||
_obj = self.dbase_.get_family_from_handle(fhandle)
|
_obj = self.dbase_.get_family_from_handle(fhandle)
|
||||||
if _obj:
|
if _obj:
|
||||||
list2 = tml("li")
|
list2 = Html("li")
|
||||||
|
|
||||||
father_handle = _obj.get_father_handle()
|
father_handle = _obj.get_father_handle()
|
||||||
mother_handle = _obj.get_mother_handle()
|
mother_handle = _obj.get_mother_handle()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user