put html page titles on one line
[phorkie.git] / data / templates / revision.htm
index cd62e6c45fc736dff2bf6a3d3ffc386a2df45969..1462a4a6bc09b3784027a17eda83c452f677220a 100644 (file)
@@ -1,8 +1,5 @@
 {% extends "base.htm" %}
-{% block title %}
- {{repo.getTitle}}
- - revision {{repo.hash}}
-{% endblock %}
+{% block title %}{{repo.getTitle}} - revision {{repo.hash}}{% endblock %}
 
 {% block content %}
  {% include 'revision-head.htm' %}