From 9f2860e73d047a1cc52cbc368c2b7c555998b2db Mon Sep 17 00:00:00 2001
From: legac <renaud.legac@free.fr>
Date: Sat, 11 Apr 2015 18:42:22 +0200
Subject: [PATCH] Fix the B{...} construct.

---
 modules/plugin_dbui/helper.py | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/modules/plugin_dbui/helper.py b/modules/plugin_dbui/helper.py
index 8a75a4ef..430a22b8 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()
-- 
GitLab