diff options
author | adityacp | 2016-09-02 12:28:48 +0530 |
---|---|---|
committer | adityacp | 2016-09-02 12:28:48 +0530 |
commit | e6571406379196834a7dfc623ba691fea3c6027e (patch) | |
tree | d260c11bbe132b8c56d8ab895dcc5aaf0b341632 /yaksh | |
parent | 42dea8646ffc84aba764361690b18f5eadec631e (diff) | |
download | online_test-e6571406379196834a7dfc623ba691fea3c6027e.tar.gz online_test-e6571406379196834a7dfc623ba691fea3c6027e.tar.bz2 online_test-e6571406379196834a7dfc623ba691fea3c6027e.zip |
changed </br> to <br>in questions.html
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/templates/yaksh/question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index 2bae002..9e1f734 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -176,7 +176,7 @@ function call_skip(url) {% endif %} {% if question.type == "code" %} - <br><h4>Output:</h4></br> + <br><h4>Output:</h4><br> {% if error_message %} <div class="alert alert-error"> <textarea class="error" readonly="yes">{{ error_message }}</textarea> |