summaryrefslogtreecommitdiff
path: root/doc/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/templates/index.html')
-rw-r--r--doc/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates/index.html b/doc/templates/index.html
index 7c03fe6c..2b886179 100644
--- a/doc/templates/index.html
+++ b/doc/templates/index.html
@@ -48,7 +48,7 @@
#else
#if $item.causes_havoc
<li class="causes-havoc">
- #elif $item.deprecated
+ #elif $item.is_deprecated
<li class="deprecated">
#else
<li>
@@ -56,7 +56,7 @@
<a href="$item.get_url()">$item.name</a>
#if $item.causes_havoc
(unstable)
- #elif $item.deprecated
+ #elif $item.is_deprecated
(deprecated)
#end if
</li>