diff --git a/docs/howto/static-files/index.txt b/docs/howto/static-files/index.txt
index 9bdfc2fd82..001ec50d6b 100644
--- a/docs/howto/static-files/index.txt
+++ b/docs/howto/static-files/index.txt
@@ -26,7 +26,7 @@ Configuring static files
.. code-block:: html+django
{% load static %}
-
+
#. Store your static files in a folder called ``static`` in your app. For
example ``my_app/static/my_app/example.jpg``.
diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt
index fa61e4ec57..c0d528527f 100644
--- a/docs/intro/overview.txt
+++ b/docs/intro/overview.txt
@@ -307,7 +307,7 @@ Here's what the "base.html" template, including the use of :doc:`static files