diff --git a/modules/plugin_dbui/helper.py b/modules/plugin_dbui/helper.py
index 8a75a4efc8b8156f881fe10b0581ca02d330824f..430a22b803e89520364d19e8555a6fbd2dee2513 100644
--- a/modules/plugin_dbui/helper.py
+++ b/modules/plugin_dbui/helper.py
@@ -486,15 +486,15 @@ def get_script_path(plugin):
         * via the URL calling the application
         * via the configuration parameter of the plugin_dbui
     
-    B{Via the default value:}
+    **Via the default value:**
         * the default script is located in ``static/plugin_dbui/main.js``
         
-    B{Via the URL:}
+    **Via the URL:**
         * the URL should contain the argument ``script=foo`` or ``script=foo.js``
         * the script is search in ``app_script_dir``, one of the ``plugin_dbui``
           configuration parameters.
            
-    B{Via plugin_dbui configuration:}
+    **Via plugin_dbui configuration:**
         * the script path is defined by the ``plugin_dbui``
           configuration parameters ``app_script``.
         
@@ -502,10 +502,8 @@ def get_script_path(plugin):
     :param plugin: 
         
     :returns:
-        str
-
-        * the local path of the script file
-        * the local paths is relative to the application directory.
+        str -- the local path of the script file relative to the 
+        application directory.
         
     """
     server_path, client_path = get_reference_paths()