Skip to content

Commit 7788ce7

Browse files
committed
Fix a couple validation failures
1 parent 35f76f6 commit 7788ce7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/HomePage.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=begin Html
2-
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png"/>
2+
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png" alt =""/>
33
Welcome to the official documentation of the <a href="http://perl6.org">Perl 6</a>
44
programming language!
55
Besides online browsing and searching, you can also

template/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="icon" href="/favicon.ico" type="favicon.ico" />
1+
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
22
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" title="default" />
33
<link type="text/css" href="/css/custom-theme/jquery-ui-1.8.21.custom.css" rel="stylesheet" />
44
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>

0 commit comments

Comments
 (0)