cubicweb/web/views/ajaxcontroller.py
changeset 12318 e947954e0ffc
parent 12263 e9dd37ffa076
child 12503 b01dd0ef43aa
--- a/cubicweb/web/views/ajaxcontroller.py	Wed Jun 13 11:09:17 2018 +0200
+++ b/cubicweb/web/views/ajaxcontroller.py	Fri Jun 15 17:45:26 2018 +0200
@@ -163,7 +163,7 @@
                     fname, args, exc)
             raise RemoteCallFailed(exc_message(exc, self._cw.encoding))
         if result is None:
-            return ''
+            return b''
         # get unicode on @htmlize methods, encoded string on @jsonize methods
         elif isinstance(result, text_type):
             return result.encode(self._cw.encoding)