aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGravatar Rogan Creswick <creswick@gmail.com>2012-10-31 17:12:58 -0700
committerGravatar Rogan Creswick <creswick@gmail.com>2012-10-31 17:12:58 -0700
commit1792419dc77e062b798d2eab63312955cb56b8a9 (patch)
treebe4408ff2cbc5aa7f54d714ac1331a9f57c2bcaf /tools
parentf0b7403e29e05aee043c9b0b36817b415fbadea4 (diff)
fixed the formatting of the files list
Diffstat (limited to 'tools')
-rw-r--r--tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
index c5b72fb..7cfce10 100644
--- a/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
+++ b/tools/jsdoc-toolkit-2.4.0/templates/fiveui/allfiles.tmpl
@@ -33,7 +33,8 @@
<for each="item" in="data">
<div>
- <h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2>
+ <!-- <h2>{+new Link().toSrc(item.alias).withText(item.name)+}</h2> -->
+ <li>{+new Link().toSrc(item.alias).withText(item.name)+}</li>
<if test="item.desc">{+resolveLinks(item.desc)+}</if>
<dl>
<if test="item.author">