diff options
author | Christian Franke <nobody@nowhere.ws> | 2011-11-02 01:04:05 +0100 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2011-11-02 01:04:05 +0100 |
commit | 40214e8e297991940dd45e59dcfe154482d9255c (patch) | |
tree | e838c45bc8f4e74491a6b5cf4f3a0bec0bd5ca20 /template/news | |
parent | 2d78e2f7431d000e46d80b3064b76f699b8c624b (diff) |
fix html: id attribute should be unique, use class instead
Diffstat (limited to 'template/news')
-rw-r--r-- | template/news/2011-10-03-hausbus.html | 8 | ||||
-rw-r--r-- | template/news/2011-10-05-switch.html | 4 | ||||
-rw-r--r-- | template/news/2011-10-09-rackconsole.html | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/template/news/2011-10-03-hausbus.html b/template/news/2011-10-03-hausbus.html index fd99e08..205f8e0 100644 --- a/template/news/2011-10-03-hausbus.html +++ b/template/news/2011-10-03-hausbus.html @@ -1,8 +1,8 @@ <h3> <a href="hausbus">03. Oktober 2011 - Die Hausbusentwicklung schreitet voran</a> </h3> -<div id="imagecontent"> - <img id="contentimage" src="img/can1.jpg" alt="CAN-Basisplatine"> +<div class="imagecontent"> + <img class="contentimage" src="img/can1.jpg" alt="CAN-Basisplatine"> <p class="subtext"> CAN-Basisplatine </p> @@ -13,8 +13,8 @@ fertig und getestet. Der Hausbus ist ein Bussystem (<a href="http://de.wikipedia welchem in Zukunft eine Vielzahl von Geraetschaften im sublab steuerbar gemacht werden sollen. </p> -<div id="imagecontent"> - <img id="contentimage" src="img/can2.jpg" alt="CAN-Basisplatine"> +<div class="imagecontent"> + <img class="contentimage" src="img/can2.jpg" alt="CAN-Basisplatine"> <p class="subtext"> CAN-Basisplatine </p> diff --git a/template/news/2011-10-05-switch.html b/template/news/2011-10-05-switch.html index 6878665..80db835 100644 --- a/template/news/2011-10-05-switch.html +++ b/template/news/2011-10-05-switch.html @@ -1,8 +1,8 @@ <h3> <a name="coreswitch">05. Oktober 2011 - Neuer Coreswitch getestet</a> </h3> -<div id="imagecontent"> - <img id="contentimage" src="img/tpsg3424test.jpg" alt="Testaufbau"> +<div class="imagecontent"> + <img class="contentimage" src="img/tpsg3424test.jpg" alt="Testaufbau"> <p class="subtext"> Testaufbau </p> diff --git a/template/news/2011-10-09-rackconsole.html b/template/news/2011-10-09-rackconsole.html index 7f0bce1..76e736e 100644 --- a/template/news/2011-10-09-rackconsole.html +++ b/template/news/2011-10-09-rackconsole.html @@ -1,8 +1,8 @@ <h3> <a name="rackconsole">09. Oktober 2011 - Rackconsole</a> </h3> -<div id="imagecontent"> - <img id="contentimage" src="img/rackconsole.jpg" /> +<div class="imagecontent"> + <img class="contentimage" src="img/rackconsole.jpg" /> <p class="subtext"> Blick ins Rack </p> |