##// END OF EJS Templates
handle file URIs correctly, according to RFC 2396 (issue1153)...
handle file URIs correctly, according to RFC 2396 (issue1153) The new code aims to implement the RFC correctly for file URIs. Previously they were handled incorrectly in several ways, which could cause problem on Windows in particular.

File last commit:

r7725:6a888d49 default
r9996:2770d03a stable
Show More
header.tmpl
6 lines | 356 B | application/x-cheetah | CheetahLexer
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
Matt Mackall
templates: add coal web theme
r6436 <head>
Benoit Allard
coal/paper: switch to XHTML 1.1
r7725 <link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
Matt Mackall
templates: add coal web theme
r6436 <meta name="robots" content="index, nofollow" />
<link rel="stylesheet" href="{staticurl}style-coal.css" type="text/css" />