mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-20 12:22:18 -06:00
[IMP] document_page: Use Odoo HTML Diff comparison method
This commit is contained in:
@@ -27,4 +27,4 @@ class DocumentPageShowDiff(models.TransientModel):
|
||||
raise UserError(self.env._("Select one or maximum two history revisions!"))
|
||||
return diff
|
||||
|
||||
diff = fields.Html(readonly=True, default=_get_diff)
|
||||
diff = fields.Html(readonly=True, default=_get_diff, sanitize_tags=False)
|
||||
|
||||
Reference in New Issue
Block a user