+
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
{%- endif %}
From 226cf3844e12a62cd2e2115a94a6a26b272a0248 Mon Sep 17 00:00:00 2001
From: Eric Holscher <25510+ericholscher@users.noreply.github.com>
Date: Tue, 12 Feb 2019 16:17:31 -0300
Subject: [PATCH 4/4] Change to span.
---
sphinx_rtd_theme/footer.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sphinx_rtd_theme/footer.html b/sphinx_rtd_theme/footer.html
index 40083930..80815bd9 100644
--- a/sphinx_rtd_theme/footer.html
+++ b/sphinx_rtd_theme/footer.html
@@ -36,9 +36,9 @@
{% endtrans %}
{%- elif last_updated %}
-
+
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
-
+
{%- endif %}