Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
bf19f91a
Commit
bf19f91a
authored
Feb 14, 2012
by
Nicolas Dandrimont
🤔
Browse files
Look 'ma, I'm maybe xhtml compliant
parent
c91aef7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/templates/base.mako
View file @
bf19f91a
<!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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment