Skip to content

Commit ca0f6d0

Browse files
committed
Escape ampersands
1 parent 4ec97fc commit ca0f6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="javascripts/main.js" type="text/javascript"></script>
99
</head>
1010
<body>
11-
<a href="https://github.com/ThinkRuby/thinkruby" target="_new"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://assets2.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_right_red_aa0000.png&path=" alt="Fork me on GitHub"></a>
11+
<a href="https://github.com/ThinkRuby/thinkruby" target="_new"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://assets2.github.com/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf?repo=&amp;url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_right_red_aa0000.png&amp;path=" alt="Fork me on GitHub"></a>
1212
<div class="main">
1313
<a href="http://www.thinkruby.org"><img src="images/thinkruby.png" alt="Think Ruby"></img></a>
1414
<h1><a href="http://www.thinkruby.org" class="think_ruby">Think Ruby</a> is a project to translate <a href="http://greenteapress.com/thinkpython/thinkpython.html" target="_new" class="python">Think Python</a> into <a href="http://ruby-lang.org" target="_new" class="ruby">Ruby</a>.</h1>

0 commit comments

Comments
 (0)