Change ALL id="mkws*" to class="mkws*", as use of IDs is deprecated
[mkws-moved-to-github.git] / examples / htdocs / heikki-motd.html
index feb2aae..f46036a 100644 (file)
@@ -32,9 +32,9 @@
   </head>
   <body>
     <h1>Heikkis test for the MOTD</h1>
-    <div id="mkwsMOTD">This is the mkwsMOTD div </div>
+    <div class="mkwsMOTD">This is the mkwsMOTD div </div>
     <br/>The MOTD should not be visible above this line.
-    <div id="mkwsSearch"></div>
-    <div id="mkwsResults"></div>
+    <div class="mkwsSearch"></div>
+    <div class="mkwsResults"></div>
   </body>
-</html>
\ No newline at end of file
+</html>