diff options
author | ankitjavalkar | 2019-01-09 11:09:51 +0530 |
---|---|---|
committer | ankitjavalkar | 2019-01-21 12:25:47 +0530 |
commit | ca74e03a7593a5d8d12df7d372704270bf7db9a2 (patch) | |
tree | 8d105d4a2e7390837ed4f4972adfb9a74da9f04d /yaksh/templates/base.html | |
parent | fac87512cd83af67cdbedcf4a597c6dc1325862d (diff) | |
download | online_test-ca74e03a7593a5d8d12df7d372704270bf7db9a2.tar.gz online_test-ca74e03a7593a5d8d12df7d372704270bf7db9a2.tar.bz2 online_test-ca74e03a7593a5d8d12df7d372704270bf7db9a2.zip |
Fix Monitor in Moderator interface:
- Fix indentation
- Add proper corresponding closing <div> tags
- Add closing <span> tags
- Minor changes in inconsistent HTML tags and commented HTML code
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 2842c8b..e5d1a56 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -60,7 +60,7 @@ <div class="content"> <div class="header"> - <h3><center>{% block pagetitle %}{% endblock pagetitle %}</center></h2> + <h3><center>{% block pagetitle %}{% endblock pagetitle %}</center></h3> </div> {% block content %} {% endblock %} |