Show More
@@ -966,7 +966,7 b' class changeset_templater(changeset_prin' | |||||
966 | 'author': changes[1], |
|
966 | 'author': changes[1], | |
967 | 'branches': showbranches, |
|
967 | 'branches': showbranches, | |
968 | 'date': changes[2], |
|
968 | 'date': changes[2], | |
969 | 'desc': changes[4], |
|
969 | 'desc': changes[4].strip(), | |
970 | 'file_adds': showadds, |
|
970 | 'file_adds': showadds, | |
971 | 'file_dels': showdels, |
|
971 | 'file_dels': showdels, | |
972 | 'files': showfiles, |
|
972 | 'files': showfiles, |
General Comments 0
You need to be logged in to leave comments.
Login now