1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-12 15:57:54 +00:00

pyi2phosts/templates/jump.html: fix meta tag

This commit is contained in:
Hidden Z 2010-11-06 08:49:33 +00:00
parent f1f89c0c90
commit c0bdadf0a0

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block head %}
<meta http-equiv="refresh" content="5;URL={{ url }}>
<meta http-equiv="refresh" content="5;URL={{ url }}" />
{% endblock %}
{% block content %}