diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2016-09-18 00:48:32 +1000 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2016-09-18 16:28:22 +0300 |
commit | 9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7 (patch) | |
tree | 69297fa52f43b93efb2400649f2ab4cde12fb177 /mediagoblin/plugins/trim_whitespace | |
parent | 821686372ccb18f508f20a1764236174c009573c (diff) | |
download | mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.tar.lz mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.tar.xz mediagoblin-9650aa394bcb5f3b6f8a9c9e9b68a81fe77a41a7.zip |
Spell-check the entire documentation.
Diffstat (limited to 'mediagoblin/plugins/trim_whitespace')
-rw-r--r-- | mediagoblin/plugins/trim_whitespace/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/plugins/trim_whitespace/README.rst b/mediagoblin/plugins/trim_whitespace/README.rst index db9a0c53..d83af06b 100644 --- a/mediagoblin/plugins/trim_whitespace/README.rst +++ b/mediagoblin/plugins/trim_whitespace/README.rst @@ -2,7 +2,7 @@ Trim whitespace plugin ======================= -Mediagoblin templates are written with 80 char limit for better +MediaGoblin templates are written with 80 char limit for better readability. However that means that the HTML output is very verbose containing *lots* of whitespace. This plugin inserts a middleware that filters out whitespace from the returned HTML in the ``Response()`` |