summaryrefslogtreecommitdiff
path: root/doc/templates
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-07 19:18:15 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-06 15:41:42 +0100
commit581ee23c6787ae63098d1d8eec893f0664d9996e (patch)
treefeb8377eaf8d9ce4b5438db5c61be6980f3a575e /doc/templates
parentf1476559065502fd31ec32092913b6c07e475879 (diff)
Sort errors by name in output
Diffstat (limited to 'doc/templates')
-rw-r--r--doc/templates/errors.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates/errors.html b/doc/templates/errors.html
index 907d6601..0a4d52c9 100644
--- a/doc/templates/errors.html
+++ b/doc/templates/errors.html
@@ -18,7 +18,7 @@
<a name="summary"></a>
<h3>Errors</h3>
<table class="summary">
- #for $error in $spec.errors.values()
+ #for $error in $spec.sorted_errors
#if $error.deprecated
<tr class="deprecated">
#else
@@ -36,7 +36,7 @@
<div class="outset errors error">
<a name="errors"></a>
<h1>Errors</h1>
- #for $error in $spec.errors.values()
+ #for $error in $spec.sorted_errors
<div class="inset error">
<a name="$error.name"></a>
<span class="permalink">(<a href="$error.get_url()">Permalink</a>)</span>