# -*- coding: UTF-8 -*- """set GoogleAjaxSearch on wiki page""" from trac.util import escape def execute(hdf, txt, env): # then, as `txt` comes from the user, it's important to guard against # the possibility to inject malicious HTML/Javascript, by using `escape()`: rtargs = '''
\r\n''' return rtargs