summaryrefslogtreecommitdiffstats
path: root/askbot/templates/question/answer_controls.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/question/answer_controls.html')
-rw-r--r--askbot/templates/question/answer_controls.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/question/answer_controls.html b/askbot/templates/question/answer_controls.html
index 022287a1..e4993c2b 100644
--- a/askbot/templates/question/answer_controls.html
+++ b/askbot/templates/question/answer_controls.html
@@ -93,5 +93,5 @@
<script type="text/javascript">
askbot['functions']['hideConvertAnswerLinks']('{{ answer.id }}');
askbot['functions']['hidePublishAnswerLink']('{{ answer.id }}');
- askbot['functions']['renderPostControls']('{{ answer.id }}');
+ askbot['functions']['renderPostControls']('{{ answer.id }}'{{ ', true' if answer.wiki }});
</script>