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
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

maartenvg - April 1, 2008 - 22:40
Status:needs review» reviewed & tested by the community

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

#2

deelight - April 2, 2008 - 09:08
Status:reviewed & tested by the community» fixed

Fixed in version 1.1. Thanks !

#3

Anonymous (not verified) - April 16, 2008 - 09:12
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.