diff options
author | Frug <frugen@gmail.com> | 2014-07-01 13:24:55 -0400 |
---|---|---|
committer | Frug <frugen@gmail.com> | 2014-07-01 13:24:55 -0400 |
commit | 89cc6ba3ff3487265b34a833340b8e9d8fd5cb26 (patch) | |
tree | 7cefecde30bd963d780c7337c6d7fd817af876e7 | |
parent | 2b94a84c38f1cc920ec32e168ad5668e2f64a625 (diff) | |
download | AJAX-Chat-89cc6ba3ff3487265b34a833340b8e9d8fd5cb26.zip AJAX-Chat-89cc6ba3ff3487265b34a833340b8e9d8fd5cb26.tar.gz AJAX-Chat-89cc6ba3ff3487265b34a833340b8e9d8fd5cb26.tar.bz2 |
invalid html
-rw-r--r-- | chat/readme.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/readme.html b/chat/readme.html index e6137ab..95f7340 100644 --- a/chat/readme.html +++ b/chat/readme.html @@ -72,7 +72,7 @@ <div class="subsection">
This is the <strong>standalone</strong> version of blueimp's AJAX Chat designed to run on its own, without another web application.<br>
If you want to integrate AJAX Chat with one of the forums we support, go back and choose the right version. <br>
- This version is good for customizing your own integration, or using on its own.</p>
+ This version is good for customizing your own integration, or using on its own.
<p class="note">
AJAX stands for "Asynchronous JavaScript and XML".<br>
@@ -449,7 +449,7 @@ return null; <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="PUMN737V7XKG8">
- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit">
+ <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="donate">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
I'm on gittip at <a href="https://www.gittip.com/Frug/">https://www.gittip.com/Frug</a>
|