Add id="links" to files that needed it. Part IV and last: Tortoise thinks the content is fully different but the text file diff viewer says it's the same.

This commit is contained in:
Aiora Zabala
2011-06-01 11:09:54 +02:00
parent 89825727c1
commit 41dc83b4ee
7 changed files with 322 additions and 322 deletions

View File

@@ -1,26 +1,26 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Expo 2010 suggestions list</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expo 2010 suggestions list</h1>
<ul>
<li><a href="mission.html">Mission Statement</a></li>
<li><a href="jobs.html">Expo committee</a></li>
</ul>
<hr />
<!-- LINKS -->
<ul>
<li><a href="index.htm">Expo 2010 index</a></li>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../index.htm">CUCC in Austria introduction page</a></li>
</ul>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Expo 2010 suggestions list</title>
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
</head>
<body>
<h1>Expo 2010 suggestions list</h1>
<ul>
<li><a href="mission.html">Mission Statement</a></li>
<li><a href="jobs.html">Expo committee</a></li>
</ul>
<hr />
<!-- LINKS -->
<ul id="links">
<li><a href="index.htm">Expo 2010 index</a></li>
<li><a href="../../infodx.htm">Main index of the expedition site</a></li>
<li><a href="../../index.htm">CUCC in Austria introduction page</a></li>
</ul>
</body>
</html>