From 7c6dc4b1816cbf4e9d82fbd4e77c5a1a7dc76f9c Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Sun, 3 Aug 2014 10:12:16 -0700 Subject: [PATCH] Use urlparse and display text correctly --- mkdocs/themes/readthedocs/base.html | 5 ++--- mkdocs/utils.py | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs/themes/readthedocs/base.html b/mkdocs/themes/readthedocs/base.html index 3df55b22..5706857a 100644 --- a/mkdocs/themes/readthedocs/base.html +++ b/mkdocs/themes/readthedocs/base.html @@ -11,13 +11,12 @@ {% for path in extra_css %} - + {% endfor %} - {% for path in extra_javascript %} - + {% endfor %}