Commit bf19f91a authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Look 'ma, I'm maybe xhtml compliant

parent c91aef7c
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="/style.css"> <link rel="stylesheet" type="text/css" href="/style.css" />
<script src="/jquery-1.7.1.min.js" type="text/javascript"></script> <script src="/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="/debexpo.js" type="text/javascript"></script> <script src="/debexpo.js" type="text/javascript"></script>
<title>${ c.config['debexpo.sitename'] }</title> <title>${ c.config['debexpo.sitename'] }</title>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment