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/2011-10-03-hausbus.html | |
parent | 2d78e2f7431d000e46d80b3064b76f699b8c624b (diff) |
fix html: id attribute should be unique, use class instead
Diffstat (limited to 'template/news/2011-10-03-hausbus.html')
-rw-r--r-- | template/news/2011-10-03-hausbus.html | 8 |
1 files changed, 4 insertions, 4 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> |