changeset 209:e0cc46205395

add headings to updatePersonalWWW result page.
author casties
date Fri, 05 Jul 2013 11:28:50 +0200
parents 6d6076e28430
children 7791d4fc8a0e
files MPIWGRoot.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MPIWGRoot.py	Mon Jul 01 18:57:22 2013 +0200
+++ b/MPIWGRoot.py	Fri Jul 05 11:28:50 2013 +0200
@@ -398,8 +398,9 @@
             if len(displayIgnored)>0:
                 ret+="<h3>%s</h3>"%conflict.encode('utf-8')
                 ret+="<table border='1'>"
+                ret+="<tr><th>Field</th><th>Web Version</th><th>FM Version</th></tr>"
                 for iE in displayIgnored:
-                    ret+="<tr><td>%s</td><td>%s</td><td>%s</td>"%(iE[0].encode('utf-8'),iE[1].encode('utf-8'),iE[2].encode('utf-8'))
+                    ret+="<tr><td>%s</td><td>%s</td><td>%s</td></tr>"%(iE[0].encode('utf-8'),iE[1].encode('utf-8'),iE[2].encode('utf-8'))
                 ret+="</table>"
                 
             self.updatePersonEntry(resultSet[conflict],ignoreEntries=ignoreEntries)