summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/conf/optional_components.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/askbot/conf/optional_components.py b/askbot/conf/optional_components.py
index d029fdc6..d09e433b 100644
--- a/askbot/conf/optional_components.py
+++ b/askbot/conf/optional_components.py
@@ -44,10 +44,11 @@ settings.register(
'MATHJAX_BASE_URL',
description=_('Base url of MathJax deployment'),
help_text=_(
- 'Note - MathJax is not included with '
- 'askbot - you should deploy it yourself '
- 'and enter url pointing to the "mathjax" directory '
- '(for example: http://mysite.com/mathjax'
+ 'Note - <strong>MathJax is not included with '
+ 'askbot</strong> - you should deploy it yourself, '
+ 'preferably at a separate domain and enter url '
+ 'pointing to the "mathjax" directory '
+ '(for example: http://mysite.com/mathjax)'
),
default = ''
)