Broken link in help text
webchick - May 28, 2006 - 05:28
| Project: | Onlinestatus Indicator |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Description
Just a one-liner to fix a broken link in the help text.
| Attachment | Size |
|---|---|
| onlinestatus.module.patch | 1.6 KB |

#1
Little Cleaner patch
uses url()
#2
Hm. You can use url(), but since it's an external link and not a Drupal link, it's kind of silly to go through all the logic in url() when all you want is a simple str_replace. :)
#3
Patch works correctly. Can be applied