Ticket #157: doctype.patch.1

File doctype.patch.1, 520 bytes (added by Odin Hørthe Omdal, 13 years ago)

doctype.patch

Line 
1diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
2index 40bb085..8a51757 100644
3--- a/mediagoblin/templates/mediagoblin/base.html
4+++ b/mediagoblin/templates/mediagoblin/base.html
5@@ -14,7 +14,8 @@
6 #
7 # You should have received a copy of the GNU Affero General Public License
8 # along with this program. If not, see <http://www.gnu.org/licenses/>.
9-#}
10+-#}
11+<!doctype html>
12 <html>
13 <head>
14 <title>{% block title %}GNU MediaGoblin{% endblock title %}</title>