PlaidWeb / Publ

Flexible publishing system for the web
http://publ.beesbuzz.biz/
MIT License
41 stars 4 forks source link

Title renderer not properly &-escaping & #439

Closed fluffy-critter closed 3 years ago

fluffy-critter commented 3 years ago

Expected Behavior

With an entry title like

Title: Foo & bar are friends

entry.title should result in

Foo & bar are friends

Current Behavior

In the case of entry.title(markup=False), the raw & is coming through.

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context