Ticket #6991 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Word Count is one number short

Reported by: Viper007Bond Assigned to: anonymous
Priority: low Milestone: 2.6
Component: Administration Version: 2.6
Severity: minor Keywords: has-patch
Cc:

Description

Write a post. The count will be one number too low.

For example:

This is some content. It should be ten words long.

The counter shows that being 9 words.

Attachments

word-count.patch (386 bytes) - added by azaozz on 05/19/08 10:24:20.

Change History

05/19/08 10:24:08 changed by azaozz

  • keywords changed from needs-patch to has-patch.

Only happens when the HTML editor is used. Removing the trimming of white space from the beginning and end fixes it.

05/19/08 10:24:20 changed by azaozz

  • attachment word-count.patch added.

06/03/08 08:13:34 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8035]) Word count fix from azaozz. fixes #6991