diff options
Diffstat (limited to 'templates/cavebase.html')
-rw-r--r-- | templates/cavebase.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cavebase.html b/templates/cavebase.html index f546ebf..8e8132e 100644 --- a/templates/cavebase.html +++ b/templates/cavebase.html @@ -1,7 +1,7 @@ {% extends "base.html" %}
{% load wiki_markup %}
-{% block title %}{{ cave.official_name|wiki_to_html }}{% endblock %}
+{% block title %}{{ cave.official_name|wiki_to_html_short }}{% endblock %}
{% block contentheader %}
<table id="cavepage">
|