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:
Rob G. Healey 2009-10-27 15:40:15 +00:00
parent 7fe80cc10b
commit 77da65bc71
2 changed files with 90 additions and 90 deletions

View File

@ -35,8 +35,8 @@ plg.version = '1.0'
plg.status = STABLE plg.status = STABLE
plg.fname = 'NarrativeWeb.py' plg.fname = 'NarrativeWeb.py'
plg.ptype = REPORT plg.ptype = REPORT
plg.authors = ["Donald N. Allingham"] plg.authors = ["Donald N. Allingham", "Rob G. Healey"]
plg.authors_email = ["don@gramps-project.org"] plg.authors_email = ["don@gramps-project.org", "robhealey1@gmail.com"]
plg.category = CATEGORY_WEB plg.category = CATEGORY_WEB
plg.reportclass = 'NavWebReport' plg.reportclass = 'NavWebReport'
plg.optionclass = 'NavWebOptions' plg.optionclass = 'NavWebOptions'
@ -57,8 +57,8 @@ plg.version = '1.0'
plg.status = STABLE plg.status = STABLE
plg.fname = 'WebCal.py' plg.fname = 'WebCal.py'
plg.ptype = REPORT plg.ptype = REPORT
plg.authors = ["Thom Sturgill"] plg.authors = ["Thom Sturgill", "Rob G. Healey"]
plg.authors_email = ["thsturgill@yahoo.com"] plg.authors_email = ["thsturgill@yahoo.com", "robhealey1@gmail.com"]
plg.category = CATEGORY_WEB plg.category = CATEGORY_WEB
plg.reportclass = 'WebCalReport' plg.reportclass = 'WebCalReport'
plg.optionclass = 'WebCalOptions' plg.optionclass = 'WebCalOptions'