Download & Extend

No formatting guidelines are provided

Project:EasyLists
Version:5.x-1.0
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.');
}

Comments

#1

Status:needs review» reviewed & tested by the community

I've tested this "patch" and it works as it should.

#2

Status:reviewed & tested by the community» fixed

Fixed in version 1.1. Thanks !

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.