Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15843 closed Uncategorized (fixed)

One more quotation marks in the example of "include" tag of 1.3 doc

Reported by: Titan, Jer-ming Lin Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: csiejer@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

as title and the following is the place.

{% include "name_snippet.html" with person="Jane" greeting="Hello" "%}

Change History (2)

comment:1 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: newclosed

In [16042]:

Fixed #15843 -- removed an extraneous quotation mark in the template tag docs. Thanks to Titan, Jer-ming Lin for the report.

comment:2 by Gabriel Hurley, 13 years ago

In [16043]:

[1.3.X] Fixed #15843 -- removed an extraneous quotation mark in the template tag docs. Thanks to Titan, Jer-ming Lin for the report.

Backport of [16042] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top