Closed (duplicate)
Project:
Drupal core
Version:
6.5
Component:
book.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2008 at 14:46 UTC
Updated:
14 Oct 2008 at 18:33 UTC
I'm creating a book with Drupal core module Book. Some of my nodes have a single quote within title. After re-ording them using the functionality called "edit order and titles", Drupal drop node titles with the single quote in them. It still list them in book but without the title.
I think this is a major issue! Regards!
ps: I'm going to investigate where the problem is... I'll provide a patch (if I'll find where to edit) :)
Comments
Comment #1
keith.smith commentedComment #2
gpk commented>Some of my nodes have a single quote within title
Do you mean a ' ... because another issue suggests the problem is only with " (that is a single instance of a double quote) : #277620: Cannot have double quotes in book page title (title disappears when editing book hierarchy).
Comment #3
maartenvg commentedI've tried to reproduce this
- double quotes: title disappears
- single quotes: title remains unchanged
- backtick: title remains unchanged
So this is a duplicate of #277620: Cannot have double quotes in book page title (title disappears when editing book hierarchy).