Skip to content
Snippets Groups Projects
Commit 3889bdb5 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

sanitize doctype declarations

parent 38835327
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-transitional.dtd">
<DOCTYPE! html>
[% IF errors %]
<div class="ui-widget">
......
<?xml version="1.0" encoding="utf-8" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-transitional.dtd">
<html xml:lang="[% iso639 = locale.match('^(.)(.)'); iso639.0; iso639.1 %]" xmlns="http://www.w3.org/1999/xhtml">
<DOCTYPE! html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment