web/views/wdoc.py
branchtls-sprint
changeset 731 ac4a94e50b60
parent 692 800592b8d39b
child 984 536e421b082b
--- a/web/views/wdoc.py	Tue Feb 17 23:54:30 2009 +0100
+++ b/web/views/wdoc.py	Wed Feb 18 00:03:27 2009 +0100
@@ -85,7 +85,7 @@
 # help views ##################################################################
 
 class InlineHelpView(StartupView):
-    __selectors__ = match_form_params('fid')
+    __select__ = match_form_params('fid')
     id = 'wdoc'
     title = _('site documentation')
     
@@ -163,7 +163,7 @@
 
 class InlineHelpImageView(StartupView):
     id = 'wdocimages'
-    __selectors__ = match_form_params('fid')
+    __select__ = match_form_params('fid')
     binary = True
     templatable = False
     content_type = 'image/png'