chiark / gitweb /
Oops, forgot to commit. Lots of faffing arround with graphs, graphs will be added...
[familyTree.git] / cgiFiles / person.py
index 32d3807efabf671f88585e1dc7ce602d4b461334..fb0a08c0e50b1858e2abf870d1cebffb6e98ac1a 100755 (executable)
@@ -23,6 +23,7 @@ result = re.match('^[0-9]{1,3}$', str(ID))
 if result == None:
        everyPage.bad()
 else:   
+
        printMe  = askQuestion.person_info(ID,'<br>')
        if len(printMe)<10:
                printMe =  'sorry, no data <br>'
@@ -31,6 +32,5 @@ else:
                printMe = printMe + '<br>' + url
 
        everyPage.good(printMe)
-
-
+       
 everyPage.bottom(conn)