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

keith.smith’s picture

Title: Reording book causes nodes to lose title » Re-ordering book causes nodes to lose title
gpk’s picture

Status: Active » Postponed (maintainer needs more info)

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

maartenvg’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I'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).