Posted by PunkCut25 on June 30, 2005 at 4:20am
Jump to:
| Project: | Htmlarea |
| Version: | master |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
This is part of the documentation project described at http://drupal.org/node/24768.
Please apply to DRUPAL-4-6 and HEAD.
| Attachment | Size |
|---|---|
| htmlarea.module.diff | 2.05 KB |
Comments
#1
#2
I am sorry to say that this patch does not apply to either cvs or 4.6, Can you please update to the latest version and send me it again.
#3
If I get time I will try and manually apply the patch.
#4
-1
Some problems I've noticed:
This line change:
- $output = t('<p>Xinha/HTMLArea is not installed, download Xinha from <a href="http://xinha.python-hosting.com/wiki/DownloadsPage">http://xinha.python-hosting.com/wiki/DownloadsPage</a> (recommended), and install it into the htmlarea module directory.</p>');+ $output = t('<p>Xinha/HTMLArea is not installed, download Xinha from <a href="http://xinha.python-hosting.com/wiki/Downlo$
Doesn't look good to me. Are you cutting the URL short?
Once again,
break;is not needed, and please correct your whitespaceing. (Also, you don't need to add the extra linebreak down lower)Robin