Link is missing - strange
Hello,
I created list with the days of a week in German. Saturday "Samstag" is missing and after a while I could`t figure out why?
http://www.poure.eu/mobil.fitness-rodgau.de/kursplan_nr.html
_________________________________________________
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Fitness World Mobile - Kursplan Nieder Roden</title>
<meta name="viewport" content="width=device-width, initial-scale=1", "maximum-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
<!-- Individueller Stil -->
<link rel="stylesheet" href="css/individuell.css" />
<!-- Mobile Definition -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Apple -->
<link rel="apple-touch-icon-precomposed" href="bilder/icon-ipad.png" sizes="72x72" />
<link rel="apple-touch-icon-precomposed" href="bilder/icon-iphone-retina.png" sizes="114x114" />
<link rel="apple-touch-icon-precomposed" href="bilder/icon-ipad-retina.png" sizes="144x144" />
<link rel="apple-touch-icon-precomposed" href="bilder/icon-iphone.png" />
<!-- google FONT API -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<div data-role="page" id="kursplan_nr">
<div data-role="header" data-theme="a">
<h1>Kursplan</h1>
</div> <!-- Header -->
<div data-role="content">
<div class="content-primary">
<div data-role="collapsible" data-theme="a" data-content-theme="a">
<h2>Montag</h2>
<ul data-role="listview">
<li><a href="xhtml/montag_nr.html">Cardio-Workout</a></li>
<li><a href="xhtml/montag_nr.html">Bauchkiller</a></li>
<li><a href="xhtml/montag_nr.html">Bodyhape & Relax</a></li>
</ul>
</div> <!-- Collapsible -->
<div data-role="collapsible" data-theme="a" data-content-theme="a">
<h2>Dienstag</h2>
<ul data-role="listview">
<li><a href="xhtml/dienstag_nr.html">Bauch-Beine-Po</a></li>
<li><a href="xhtml/dienstag_nr.html">Modern Dance</a></li>
</ul>
</div> <!-- Collapsible -->
<div data-role="collapsible" data-theme="a" data-content-theme="a">
<h2>Mittwoch</h2>
<ul data-role="listview">
<li><a href="xhtml/mittwoch_nr.html">Indoor Cycling and more</a></li>
<li><a href="xhtml/mittwoch_nr.html">Pilates</a></li>
</ul>
</div> <!-- Collapsible -->
<div data-role="collapsible" data-theme="a" data-content-theme="a">
<h2>Donnerstag</h2>
<ul data-role="listview">
<li><a href="xhtml/donnerstag_nr.html">Theresas Combo Class</a></li>
</ul>
</div> <!-- Collapsible -->
<div data-role="collapsible" data-theme="a" data-content-theme="a">
<h2>Freitag</h2>
<ul data-role="listview">
<li><a href="xhtml/freitag_nr.html">Indoor Cycling Anfänger</a></li>
<li><a href="xhtml/freitag_nr.html">Indoor Cycling Fortgeschrittene/a></li>
</ul>
</div> <!-- Collapsible -->
<div data-role="collapsible" data-theme="a" data-content-theme="a">
<h2>Samstag</h2>
<ul data-role="listview">
<li><a href="xhtml/samstag_nr.html">Bodystyling</a></li>
<li><a href="xhtml/samstag_nr.html">Zumba Fitness</a></li>
</ul>
</div> <!-- Collapsible -->
<div data-role="collapsible" data-theme="a" data-content-theme="a">
<h2>Sonntag</h2>
<ul data-role="listview">
<li><a href="xhtml/sonntag_nr.html">Indoor Cycling Anfäger</a></li>
<li><a href="xhtml/sonntag_nr.html">Indorr Cycling Fortgeschrittene</a></li>
</ul>
</div> <!-- Collapsible -->
</div> <!-- Content-Primary -->
</div> <!-- Content -->
</div> <!-- Startseite -->
</body>
</html>
Best regards