Fixed a lot of string items, whereas href=; it becomes href = as an example. This was talked about a while back, and Brian or Benny made the point to code like this.
svn: r13432
This commit is contained in:
parent
7fe80cc10b
commit
77da65bc71
@ -35,8 +35,8 @@ plg.version = '1.0'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'NarrativeWeb.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Donald N. Allingham"]
|
||||
plg.authors_email = ["don@gramps-project.org"]
|
||||
plg.authors = ["Donald N. Allingham", "Rob G. Healey"]
|
||||
plg.authors_email = ["don@gramps-project.org", "robhealey1@gmail.com"]
|
||||
plg.category = CATEGORY_WEB
|
||||
plg.reportclass = 'NavWebReport'
|
||||
plg.optionclass = 'NavWebOptions'
|
||||
@ -57,8 +57,8 @@ plg.version = '1.0'
|
||||
plg.status = STABLE
|
||||
plg.fname = 'WebCal.py'
|
||||
plg.ptype = REPORT
|
||||
plg.authors = ["Thom Sturgill"]
|
||||
plg.authors_email = ["thsturgill@yahoo.com"]
|
||||
plg.authors = ["Thom Sturgill", "Rob G. Healey"]
|
||||
plg.authors_email = ["thsturgill@yahoo.com", "robhealey1@gmail.com"]
|
||||
plg.category = CATEGORY_WEB
|
||||
plg.reportclass = 'WebCalReport'
|
||||
plg.optionclass = 'WebCalOptions'
|
||||
|
Loading…
Reference in New Issue
Block a user