Fix closing tags and such.
This commit is contained in:
parent
c9c5c85c1c
commit
512bf5ce7d
1 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,6 @@
|
||||||
<div style="position:fixed;top:180px;right:2%;width:18%">
|
<div style="position:fixed;top:180px;right:2%;width:18%">
|
||||||
<table style="background-color:#afe478;width:100%;">
|
<table style="background-color:#afe478;width:100%;">
|
||||||
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
|
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
|
||||||
|
|
||||||
<div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Donate Now!</h1></div>
|
<div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Donate Now!</h1></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- PayPal start -->
|
<!-- PayPal start -->
|
||||||
|
@ -21,6 +20,7 @@
|
||||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||||
</form>
|
</form>
|
||||||
|
<!-- PayPal end -->
|
||||||
<p>
|
<p>
|
||||||
Other donation methods:
|
Other donation methods:
|
||||||
<div class="toggle-unit">
|
<div class="toggle-unit">
|
||||||
|
@ -45,8 +45,9 @@ Other donation methods:
|
||||||
Please write <q>GPL COMPLIANCE FOR LINUX DEVS</q> in the memo line.
|
Please write <q>GPL COMPLIANCE FOR LINUX DEVS</q> in the memo line.
|
||||||
</div><!-- /.toggle-content -->
|
</div><!-- /.toggle-content -->
|
||||||
</div><!-- /.toggle.unit -->
|
</div><!-- /.toggle.unit -->
|
||||||
<div style="align:left;width:80%;">
|
</p></td></tr></table>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="align:left;width:80%;">
|
||||||
|
|
||||||
<h1>GPL Compliance Project for Linux Developers</h1>
|
<h1>GPL Compliance Project for Linux Developers</h1>
|
||||||
|
|
||||||
|
@ -94,5 +95,5 @@ support of relevant copyright holders.</p>
|
||||||
or <a href="/donate/">any of our other donation methods</a>. Be sure to
|
or <a href="/donate/">any of our other donation methods</a>. Be sure to
|
||||||
mention “GPL Compliance Project for Linux Developers” in the
|
mention “GPL Compliance Project for Linux Developers” in the
|
||||||
memo line or description field of the donation.</p>
|
memo line or description field of the donation.</p>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue