Pārlūkot izejas kodu

actually fix it

George S. Baugh 3 gadi atpakaļ
vecāks
revīzija
7f7817c27b
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 2 2
      templates/footbar.tx
  2. 1 1
      templates/title.tx

+ 2 - 2
templates/footbar.tx

@@ -1,6 +1,6 @@
-<div style="display:inline; vertical-align:top"> 
+<div style="display:inline; vertical-align:top">
 <a rel="license" style="text-decoration:none" href="http://creativecommons.org/licenses/by/2.5/">
-    <img alt="Creative Commons License" border="0" src="<: $scheme :>://creativecommons.org/images/public/somerights20.gif" />
+    <img alt="Creative Commons License" border="0" src="https://creativecommons.org/images/public/somerights20.gif" />
 </a>
 </div>
 <div style="display:inline-block;">

+ 1 - 1
templates/title.tx

@@ -1,3 +1,3 @@
 <a href="http://www.pm.org/index.html">
-    <img alt="Perl Mongers' Site" src="<: $scheme :>://www.pm.org/graphics/title.png" height="65" width="150" style="margin-top:.5rem; margin-right: .5rem;" />
+    <img alt="Perl Mongers' Site" src="https://www.pm.org/graphics/title.png" height="65" width="150" style="margin-top:.5rem; margin-right: .5rem;" />
 </a>