chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4fe784
)
doc: hint proper use of the `e` Jinja2 filter.
author
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 11 Dec 2017 00:34:49 +0000
(
01:34
+0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 11 Dec 2017 01:48:25 +0000
(
02:48
+0100)
doc/plugins/htmlsanity.rst
patch
|
blob
|
history
diff --git
a/doc/plugins/htmlsanity.rst
b/doc/plugins/htmlsanity.rst
index 7ebd32de42acee985a6b059be87dd4ef7ec013e2..bfc786c267216cac8d8933505738c2c02cc4022e 100644
(file)
--- a/
doc/plugins/htmlsanity.rst
+++ b/
doc/plugins/htmlsanity.rst
@@
-348,7
+348,7
@@
from passed text. The ``enable`` argument works the same as with the
<html>
<head>
- <meta name="description" content="{{ article.summary|dehyphenate|striptags }}" />
+ <meta name="description" content="{{ article.summary|dehyphenate|striptags
|e
}}" />
</head>
...