diff options
Diffstat (limited to 'example/templates/index.html')
| -rw-r--r-- | example/templates/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/example/templates/index.html b/example/templates/index.html index d7d8a2b..fd771e8 100644 --- a/example/templates/index.html +++ b/example/templates/index.html @@ -5,13 +5,12 @@ <title>Index of Tests</title> </head> <body> - <h1>Index of Tests</h1> {% cache 10 index_cache %} <ul> - <li><a href="/jquery/index/">jQuery 1.2.6</a></li> - <li><a href="/mootools/index/">MooTools 1.2.4</a></li> - <li><a href="/prototype/index/">Prototype 1.6.1</a></li> + <li><a href="/jquery/">jQuery 2.0.3</a></li> + <li><a href="/mootools/">MooTools 1.4.5</a></li> + <li><a href="/prototype/">Prototype 1.7.1.0</a></li> </ul> {% endcache %} </body> |
