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