Bumped version for release.
[cocanwiki.git] / templates / diff.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Diff</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 </head><body>
9
10 <h1><span>Diff</span></h1>
11
12 <p>
13 Differences between
14 <a href="/::page_html_tag::?version=::version::">version ::version::</a> and
15 <a href="/::page_html_tag::?version=::old_version::">version ::old_version::</a>.
16 </p>
17
18 <pre>
19 ::diff_html::
20 </pre>
21
22 ::include(footer.html)::
23 </body>
24 </html>