Use a root relative URL for the donation button image.
This commit is contained in:
parent
fd19a1f3ba
commit
fbf33a6e91
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
||||||
<%= yield :optionals %>
|
<%= yield :optionals %>
|
||||||
|
|
||||||
<div class="button" style="width: 115px">
|
<div class="button" style="width: 115px">
|
||||||
<a href="http://donate.openstreetmap.org/"><img src="images/donate.png" border="0" alt="Make a Donation" /></a>
|
<a href="http://donate.openstreetmap.org/"><img src="/images/donate.png" border="0" alt="Make a Donation" /></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="cclogo" class="button" style="width: 88px">
|
<div id="cclogo" class="button" style="width: 88px">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue