# HG changeset patch # User BenoƮt Allard # Date 1412771904 -7200 # Node ID 08a24e470de25a11910eb04f0070be0b330aa9f2 # Parent aad7db3f93b6cf49a1b29965b06ffece054595cf Small fix to the page title diff -r aad7db3f93b6 -r 08a24e470de2 farol/templates/vulnerability/view.j2 --- a/farol/templates/vulnerability/view.j2 Wed Oct 08 14:28:29 2014 +0200 +++ b/farol/templates/vulnerability/view.j2 Wed Oct 08 14:38:24 2014 +0200 @@ -25,7 +25,7 @@ {% extends "base.j2" %} {% from "macros.j2" import panel, label_value %} -{% block title %}{{ vulnerability._title }}{% endblock %} +{% block title %}{{ vulnerability._title or '' }}{% endblock %} {% set active = 'vulnerability' %}