CMS MADE SIMPLE FORGE

CGBlog

 

[#6410] ! (Exclamation point) become ! with FEsubmit

avatar
Created By: Bernd (berny)
Date Submitted: Mon Apr 18 13:33:36 -0400 2011

Assigned To: Robert Campbell (calguy1000)
Version: 1.7.2
CMSMS Version: None
Severity: Minor
Resolution: None
State: Open
Summary:
! (Exclamation point) become ! with FEsubmit
Detailed Description:
When you enter a new blog entry with FEsubmit, then any exclamations mark "!" in
the title field will show up on the blog page as "&#33 ;"

This is a severe fault for me, because I cannot keep fronttendusers from
entering an exclamation mark into the title field. It is even quite natural and
common for them to do this.

This is the same bug as bug #4670 in the original news module.

Originally, I switched from using the news module to using this CGBlog module
exactly because of this bug. But now I am back to the old bug :(


History

Comments
avatar
Date: 2011-05-15 13:22
Posted By: Bernd (berny)

I've found a workaround for this problem:

In the summary template and the detail template exchange each of the following
two pieces:

  {$entry->title|escape:htmlall}
  {$entry->title|escape}

with this:

  {$entry->title}

This may have sideeffects, but it seems to work for me.




      
Updates

Updated: 2011-05-15 13:22
resolution_id: => 5