Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a couple validation failures
  • Loading branch information
raydiak committed Dec 20, 2014
1 parent 35f76f6 commit 7788ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/HomePage.pod
@@ -1,5 +1,5 @@
=begin Html
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png"/>
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png" alt =""/>
Welcome to the official documentation of the <a href="http://perl6.org">Perl 6</a>
programming language!
Besides online browsing and searching, you can also
Expand Down
2 changes: 1 addition & 1 deletion template/head.html
@@ -1,4 +1,4 @@
<link rel="icon" href="/favicon.ico" type="favicon.ico" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/css/style.css" media="screen" title="default" />
<link type="text/css" href="/css/custom-theme/jquery-ui-1.8.21.custom.css" rel="stylesheet" />
<script type="text/javascript" src="/js/jquery-1.7.2.min.js"></script>
Expand Down

0 comments on commit 7788ce7

Please sign in to comment.