Skip to content

Commit

Permalink
leading / borks up local versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Feb 10, 2013
1 parent 20152e4 commit 76e0de5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc.ddoc
Expand Up @@ -49,7 +49,7 @@ function bodyLoad()
<div id="top">
<div id="search-box">
<form method="get" action="http://google.com/search">
<img src="/images/search-left.gif" width="11" height="22" /><input id="q" name="q" /><input type="image" id="search-submit" name="submit" src="/images/search-button.gif" />
<img src="images/search-left.gif" width="11" height="22" /><input id="q" name="q" /><input type="image" id="search-submit" name="submit" src="images/search-button.gif" />
<input type="hidden" id="domains" name="domains" value="dlang.org" />
<input type="hidden" id="sourceid" name="sourceid" value="google-search" />
<div id="search-dropdown">
Expand Down
6 changes: 3 additions & 3 deletions std.ddoc
Expand Up @@ -106,7 +106,7 @@ function listanchors()
<div id="top">
<div id="search-box">
<form method="get" action="http://google.com/search">
<img src="/images/search-left.gif" width="11" height="22" alt=""><input id="q" name="q"><input type="image" id="search-submit" name="submit" src="/images/search-button.gif">
<img src="images/search-left.gif" width="11" height="22" alt=""><input id="q" name="q"><input type="image" id="search-submit" name="submit" src="images/search-button.gif">
<input type="hidden" id="domains" name="domains" value="dlang.org">
<input type="hidden" id="sourceid" name="sourceid" value="google-search">
<div id="search-dropdown">
Expand All @@ -119,7 +119,7 @@ function listanchors()
</form>
</div>
<div id="header">
<a href="/"><img id="logo" width="125" height="95" border="0" alt="D Logo" src="/images/dlogo.png"></a>
<a href="/"><img id="logo" width="125" height="95" border="0" alt="D Logo" src="images/dlogo.png"></a>
<a id="d-language" href="/">D Programming Language $(VER)</a>
</div>
</div>
Expand Down Expand Up @@ -344,4 +344,4 @@ SUB = <sub>$0</sub>

COPYRIGHT= Copyright &copy; 1999-$(YEAR) by Digital Mars, All Rights Reserved

H2=<h2>$0</h2>
H2=<h2>$0</h2>

0 comments on commit 76e0de5

Please sign in to comment.