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.
35
34
def htmlfy_diff(difftext):
36
35
"""Adds HTML markup to a udiff string"""
37
36
output = cgi.escape(difftext)