Update footer.php
authorPatrick McGuire <insidenothing@gmail.com>
Wed, 6 May 2020 03:57:52 +0000 (23:57 -0400)
committerGitHub <noreply@github.com>
Wed, 6 May 2020 03:57:52 +0000 (23:57 -0400)
footer.php

index acdc811..5092e70 100644 (file)
@@ -1,4 +1,4 @@
   <div class='col-sm-12' style='text-align:center;'>&COPY; 2020 <a href='https://github.com/insidenothing/MarylandElectronicPetitionSignature'>Open Source at GitHub</a></div>
-  <div class='col-sm-12' style='text-align:center;'><small><?PHP echo $_SERVER['SCRIPT_NAME'];?></small></div>
+  <div class='col-sm-12' style='text-align:center;'><small><a target='_Blank' href='https://validator.w3.org/nu/?doc=https://www.mdwestserve.com<?PHP echo $_SERVER['SCRIPT_NAME'];?>'><?PHP echo $_SERVER['SCRIPT_NAME'];?></a></small></div>
   </div>
 </body>