diff --git a/askbot/media/wmd/askbot_converter.js b/askbot/media/wmd/askbot_converter.js index 0e3689f049..a0a1d1c1e1 100644 --- a/askbot/media/wmd/askbot_converter.js +++ b/askbot/media/wmd/askbot_converter.js @@ -19,7 +19,7 @@ AskbotMarkdownConverter.prototype.scheduleMathJaxRendering = function () { clearTimeout(this._timeout); } var renderFunc = function () { - MathJax.Hub.Queue(['Typeset', MathJax.Hub, 'previewer']); + MathJax.Hub.Queue(['Typeset', MathJax.Hub, 'previewer-2']); }; this._timeout = setTimeout(renderFunc, 500); }; diff --git a/askbot/templates/user_profile/user_info.html b/askbot/templates/user_profile/user_info.html index eeef08a25b..2c3d33d20b 100644 --- a/askbot/templates/user_profile/user_info.html +++ b/askbot/templates/user_profile/user_info.html @@ -10,7 +10,7 @@
{% endif %}
-
+
{% endif %}
{% endif %}
- {% if request.user == view_user and
- settings.TWITTER_SECRET and
- settings.TWITTER_KEY and
- settings.ENABLE_SHARING_TWITTER
+ {% if request.user == view_user and
+ settings.TWITTER_SECRET and
+ settings.TWITTER_KEY and
+ settings.ENABLE_SHARING_TWITTER
%}
{% include "user_profile/twitter_sharing_controls.html" %}
{% endif %}
@@ -149,7 +149,7 @@
@@ -120,10 +120,10 @@ {{ view_user.get_status_display() }}
}}
{{ view_user.get_status_display() }}