Browse Source

pyi2phosts/templates/jump.html: fix meta tag

pull/1/head
Hidden Z 14 years ago
parent
commit
c0bdadf0a0
  1. 2
      pyi2phosts/templates/jump.html

2
pyi2phosts/templates/jump.html

@ -1,7 +1,7 @@ @@ -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 %}

Loading…
Cancel
Save