diff -r eb681a030699 -r 4ee15441f2eb web/views/staticcontrollers.py --- a/web/views/staticcontrollers.py Mon Jun 22 14:15:16 2015 +0200 +++ b/web/views/staticcontrollers.py Mon Jun 22 14:27:37 2015 +0200 @@ -243,7 +243,7 @@ def publish(self, rset=None): staticdir = self._cw.vreg.config.static_directory - relpath = self.relpath + relpath = self.relpath[len(self.__regid__) + 1:] return self.static_file(osp.join(staticdir, relpath)) STATIC_CONTROLLERS = [DataController, FCKEditorController,