Added a flag to get_note_format to set the up variable so that the backend will build_link correctly. This should be refactored, but it at least does the right thing for now.
svn: r15362
This commit is contained in:
@@ -185,7 +185,7 @@ class HtmlBackend(DocBackend):
|
||||
if self.build_link:
|
||||
obj_class, prop, handle = value[9:].split("/", 3)
|
||||
if prop in ["handle", "gramps_id"]:
|
||||
value = self.build_link(prop, handle, obj_class, up=True)
|
||||
value = self.build_link(prop, handle, obj_class)
|
||||
if not value:
|
||||
return self.STYLETAG_MARKUP[DocBackend.UNDERLINE]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user