diff options
Diffstat (limited to 'portal-gui/rpkigui/templates/base.html')
-rw-r--r-- | portal-gui/rpkigui/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portal-gui/rpkigui/templates/base.html b/portal-gui/rpkigui/templates/base.html index 1f6018bf..aa5f924a 100644 --- a/portal-gui/rpkigui/templates/base.html +++ b/portal-gui/rpkigui/templates/base.html @@ -1,10 +1,10 @@ <html> <head> - <title>{% block title %}MyRPKI{% endblock %} + <title>{% block title %}MyRPKI{% endblock %}</title> {% block head %}{% endblock %} <style type="text/css"><!-- {% block css %}{% endblock %} - // --> + --> </style> </head> <body> |