jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/405811 )

Change subject: Html syntax fixes
......................................................................


Html syntax fixes

Change-Id: I2d32043c180265e6aeed299f81de2a5f971f4861
---
M public_html/about.html
M public_html/contribs.html
M public_html/css/common.css
M public_html/documentation.html
M public_html/index.html
5 files changed, 18 insertions(+), 30 deletions(-)

Approvals:
  MacFan4000: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/public_html/about.html b/public_html/about.html
index 9a9a4c3..96c40ce 100644
--- a/public_html/about.html
+++ b/public_html/about.html
@@ -1,6 +1,7 @@
+<!DOCTYPE html>
 <html>
+<meta charset="UTF-8">
 <title>About - ZppixBot</title>
-<head>
 <link rel="stylesheet" href="css/common.css">
 <div class="topnav">
   <a href="index.html">Home</a>
@@ -8,9 +9,6 @@
   <a href="contribs.html">Contributors</a>
   <a class="active" href="about.html">About</a>
 </div>
-</head>
-<body>
 <h1>About</h1>
 ZppixBot is an IRC bot running <a href="https://sopel.chat";>Sopel</a> 6.5.1 
and Python 2.7.9. The current release of ZppixBot customizations is version 
3.0. ZppixBot has lots of commands and more can be added by writing more mo$
-</body>
-</html>
+</html>
\ No newline at end of file
diff --git a/public_html/contribs.html b/public_html/contribs.html
index f884ee4..1a7ca23 100644
--- a/public_html/contribs.html
+++ b/public_html/contribs.html
@@ -1,6 +1,7 @@
+<!DOCTYPE html>
 <html>
+<meta charset="UTF-8"/>
 <title>Contributors - ZppixBot</title>
-<head>
 <link rel="stylesheet" href="css/common.css">
 <div class="topnav">
   <a href="index.html">Home</a>
@@ -8,8 +9,6 @@
   <a class="active" href="contribs.html">Contributors</a>
   <a href="about.html">About</a>
 </div>
-</head>
-<body>
 <h1>People whom have contributed to Zppixbot</h1>
 <ul>
 <li>Zppix - Operator/Creator</li>
@@ -20,5 +19,4 @@
 <li>Phantom42 - Web design/developer</li>
 <li>Paladox - Operator</li>
 </ul>
-</body>
-</html>
+</html>
\ No newline at end of file
diff --git a/public_html/css/common.css b/public_html/css/common.css
index 590cc22..b758912 100644
--- a/public_html/css/common.css
+++ b/public_html/css/common.css
@@ -1,4 +1,4 @@
-'html {
+html {
     font-family: 'Times New Roman';
 }
 
diff --git a/public_html/documentation.html b/public_html/documentation.html
index 187e7a1..44044c7 100644
--- a/public_html/documentation.html
+++ b/public_html/documentation.html
@@ -1,29 +1,26 @@
 <!DOCTYPE html>
-<html>
-<head>
-    <meta charset="UTF-8"/>
-    <title>Documentation - ZppixBot</title>
-    <link rel="stylesheet" href="css/common.css">
+<html lang="en">
+<meta charset="UTF-8"/>
+<title>Documentation - ZppixBot</title>
+<link rel="stylesheet" href="css/common.css">
 <div class="topnav">
   <a href="index.html">Home</a>
   <a class="active" href="documentation.html">Documentation</a>
   <a href="contribs.html">Contributors</a>
   <a href="about.html">About</a>
 </div>
-</head>
-<body>
     <h1>Table of contents</h1>
     <ol>
-        <li><a href="#commands-list">List of commands</a></li>
-        <li><a href="#module-development">Module Development</a></li>
-        <li><a href="#managing-bot">Managing the bot (for maintainers)</a></li>
-        <ol>
+      <li><a href="#commands-list">List of commands</a></li>
+      <li><a href="#module-development">Module Development</a></li>
+      <li><a href="#managing-bot">Managing the bot (for maintainers)</a></li>
+        <li><ol>
            <li><a href="#restarting-bot">Restarting the bot</a></li>
            <li><a href="#changing-modules">Making changes to modules</a></li>
            <li><a href="#config-changes">Making config changes</a></li>
            <li><a href="#cancel-reminder">Canceling a reminder</a></li>
            <li><a href="#update-website">Updateing the website for 
ZppixBot</a></li>
-        </ol>
+        </ol></li>
     </ol>
     <h1 id="commands-list">List of commands</h1>
     <table>
@@ -525,6 +522,4 @@
 <pre>zppixbot@tools-bastion-03:~$ cd ~/ZppixBot
 tools.zppixbot@tools-bastion-03:~/ZppixBot$ git pull</pre>
 Go to tools.wmflabs.org and check to make sure your changes are present.
-</body>
 </html>
-
diff --git a/public_html/index.html b/public_html/index.html
index 7e3b9cd..873989a 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
+<meta charset="UTF-8">
 <title>Home - ZppixBot</title>
-<head>
 <link rel="stylesheet" href="css/common.css">
 <div class="topnav">
   <a class="active" href="index.html">Home</a>
@@ -9,9 +9,7 @@
   <a href="contribs.html">Contributors</a>
   <a href="about.html">About</a>
 </div>
-</head>
 <br/>
-<body>
 If you would like ZppixBot in your channel, join <a 
href="irc://chat.freenode.net/#ZppixBot">#ZppixBot</a> and say .addchannel <br/>
 
 <h1> The third release of ZppixBot is now here! </h1>
@@ -21,5 +19,4 @@
 
 <a href="https://github.com/Pix1234/ZppixBot-Source/releases/tag/v1";>v1 (30 
July 2017)</a><br/>
 <a href="https://github.com/Pix1234/ZppixBot-Source/releases/tag/v2";>v2 (8 
August 2017)</a><br/>
-</body>
-</html>
+</html>
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/405811
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2d32043c180265e6aeed299f81de2a5f971f4861
Gerrit-PatchSet: 3
Gerrit-Project: labs/tools/ZppixBot
Gerrit-Branch: master
Gerrit-Owner: MacFan4000 <paulfkef...@gmail.com>
Gerrit-Reviewer: MacFan4000 <paulfkef...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to