diff --git a/material/base.html b/material/base.html
index 9dd72f9a1..c5e45afe5 100644
--- a/material/base.html
+++ b/material/base.html
@@ -127,9 +127,8 @@
{{ lang.t('meta.source') }}
{% set path = (page.meta.path | default([""]) | first) %}
{% for file in page.meta.source %}
-
+
{{ file }}
{% endfor %}
diff --git a/src/base.html b/src/base.html
index e57901629..17ccc8038 100644
--- a/src/base.html
+++ b/src/base.html
@@ -253,9 +253,9 @@
double slashes afterwards. Not beautiful, but it will
catch a lot of use cases.
-->
-
+
{{ file }}
{% endfor %}