Fixed a webdesign template tag docstring to prevent parsing as metadata.
Previously admindocs would throw an error when processing it: "Error in "default-role" directive: no content permitted." refs #6681
This commit is contained in:
parent
018e2c055a
commit
975415a8ce
|
@ -41,6 +41,7 @@ def lorem(parser, token):
|
|||
paragraph (starting "Lorem ipsum dolor sit amet, consectetuer...").
|
||||
|
||||
Examples:
|
||||
|
||||
* ``{% lorem %}`` will output the common "lorem ipsum" paragraph
|
||||
* ``{% lorem 3 p %}`` will output the common "lorem ipsum" paragraph
|
||||
and two random paragraphs each wrapped in HTML ``<p>`` tags
|
||||
|
|
Loading…
Reference in New Issue