# HG changeset patch # User casties # Date 1373016530 -7200 # Node ID e0cc4620539594892df249053b24fc1f712f74d3 # Parent 6d6076e28430a4fd18bb3d5bff4f452d00854176 add headings to updatePersonalWWW result page. diff -r 6d6076e28430 -r e0cc46205395 MPIWGRoot.py --- 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+="

%s

"%conflict.encode('utf-8') ret+="" + ret+="" for iE in displayIgnored: - ret+=""%(iE[0].encode('utf-8'),iE[1].encode('utf-8'),iE[2].encode('utf-8')) + ret+=""%(iE[0].encode('utf-8'),iE[1].encode('utf-8'),iE[2].encode('utf-8')) ret+="
FieldWeb VersionFM Version
%s%s%s
%s%s%s
" self.updatePersonEntry(resultSet[conflict],ignoreEntries=ignoreEntries)