Opened 3 months ago

Closed 3 months ago

Last modified 3 months ago

#19172 closed enhancement (fixed)

Mako-1.3.1 (Python module)

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (5)

comment:1 by Xi Ruoyao, 3 months ago

Fixed parsing issue where attempting to render a single percent sign % using an escaped percent %% would not function correctly if the escaped percent were not the first character on a line. Pull request courtesy Hai Zhu.

References: #323

comment:2 by Xi Ruoyao, 3 months ago

FWIW Mako-1.3.1/doc/changelog.html fails to render in epiphany: it contains a line

<meta name="viewport" content="width=device-width, initial-scale=1">

which should actually be

<meta name="viewport" content="width=device-width, initial-scale=1"/>

(missing a / character). Not sure if I should report the issue to upstream.

comment:3 by Douglas R. Reno, 3 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:4 by Douglas R. Reno, 3 months ago

Resolution: fixed
Status: assignedclosed

in reply to:  2 comment:5 by Douglas R. Reno, 3 months ago

Replying to Xi Ruoyao:

FWIW Mako-1.3.1/doc/changelog.html fails to render in epiphany: it contains a line

<meta name="viewport" content="width=device-width, initial-scale=1">

which should actually be

<meta name="viewport" content="width=device-width, initial-scale=1"/>

(missing a / character). Not sure if I should report the issue to upstream.

I think it would be worth reporting

Note: See TracTickets for help on using tickets.