summaryrefslogtreecommitdiffstats
path: root/templates/question_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/question_edit.html')
-rw-r--r--templates/question_edit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/question_edit.html b/templates/question_edit.html
index d6728caf..8ce980fe 100644
--- a/templates/question_edit.html
+++ b/templates/question_edit.html
@@ -22,7 +22,7 @@
//toggle preview of editor
var display = true;
- var txt = "[{% trans "hide preview"}%]";
+ var txt = "[{% trans "hide preview" %}]";
$('#pre-collapse').text(txt);
$('#pre-collapse').bind('click', function(){
txt = display ? "[{% trans "show preview" %}]" : "[{% trans "hide preview" %}]";