No formatting guidelines are provided
joachim - October 7, 2007 - 17:58
| Project: | EasyLists |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
This filter doesn't provide any formatting guidelines.
This is done with hook_filter_tips -- adding the following to the module code would do it:
/**
* Implementation of hook_filter_tips().
*/
function easylists_filter_tips($delta, $format, $long = FALSE) {
return t('Make a bullet list by starting each line with a hyphen (-). Use more hyphens for sublists.');
}
#1
I've tested this "patch" and it works as it should.
#2
Fixed in version 1.1. Thanks !
#3
Automatically closed -- issue fixed for two weeks with no activity.