24
24
# A CGI script for generating a diff report page in HTML. It is intended to be
25
25
# run from the trampoline by the Diff application.
34
35
def htmlfy_diff(difftext):
35
36
"""Adds HTML markup to a udiff string"""
36
37
output = cgi.escape(difftext)