Switch to unified view

a/ForgeWiki/forgewiki/model/wiki.py b/ForgeWiki/forgewiki/model/wiki.py
...
...
90
                    'v%d' % v1.version,
90
                    'v%d' % v1.version,
91
                    'v%d' % v2.version))
91
                    'v%d' % v2.version))
92
            description = '<pre>' + diff + '</pre>'
92
            description = '<pre>' + diff + '</pre>'
93
            if v1.title != v2.title:
93
            if v1.title != v2.title:
94
                subject = '%s renamed page %s to %s' % (
94
                subject = '%s renamed page %s to %s' % (
95
                    context.user.username, v2.title, v1.title)
95
                    context.user.username, v1.title, v2.title)
96
            else:
96
            else:
97
                subject = '%s modified page %s' % (
97
                subject = '%s modified page %s' % (
98
                    context.user.username, self.title)
98
                    context.user.username, self.title)
99
        else:
99
        else:
100
            description = self.text
100
            description = self.text