diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index ea3c3fe..d83dfdf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -40,7 +40,7 @@ {% macro direktorij(dir) %} {% for ime, element in dir.items() %} <li> - {{ ime }} + {{ ime | e }} {% if element is mapping %} <ul> {{ direktorij(element) }} |