dc9823a
diff -up ./yawn.py.orig ./yawn.py
dc9823a
--- ./yawn.py.orig	2012-03-13 12:08:50.699204574 +0100
dc9823a
+++ ./yawn.py	2012-03-13 12:09:00.978254992 +0100
dc9823a
@@ -673,6 +673,7 @@ def _printInstRow(req, urlargs, keys, in
dc9823a
 ##############################################################################
dc9823a
 def Pickle(req, obj):
dc9823a
     req.add_common_vars()
dc9823a
+    req.content_type = "Text/HTML"
dc9823a
     ht = _printHead("Object", "Object Serialization", req)
dc9823a
     ht+= '

To pass the following object as a Parameter Reference to a method call, copy this string to your clipboard and paste it to the parameter field.

'

dc9823a
     ht+= '
'+obj+'
'