Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/jsdoc-toolkit/templates/jsdoc/index.tmpl')
-rw-r--r--tests/lib/jsdoc-toolkit/templates/jsdoc/index.tmpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/lib/jsdoc-toolkit/templates/jsdoc/index.tmpl b/tests/lib/jsdoc-toolkit/templates/jsdoc/index.tmpl
index 06960ec799..3d4f3e43cc 100644
--- a/tests/lib/jsdoc-toolkit/templates/jsdoc/index.tmpl
+++ b/tests/lib/jsdoc-toolkit/templates/jsdoc/index.tmpl
@@ -2,25 +2,25 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset={+IO.encoding+}" />
-
+
<title>JsDoc Reference - Index</title>
<meta name="generator" content="JsDoc Toolkit" />
-
+
<style type="text/css">
{+include("static/default.css")+}
</style>
</head>
-
+
<body>
{+include("static/header.html")+}
-
+
<div id="index">
{+publish.classesIndex+}
</div>
-
+
<div id="content">
<h1 class="classTitle">Class Index</h1>
-
+
<for each="thisClass" in="data">
<div>
<h2>{+(new Link().toSymbol(thisClass.alias))+}</h2>
@@ -28,7 +28,7 @@
</div>
<hr />
</for>
-
+
</div>
<div class="fineprint" style="clear:both">
<if test="JSDOC.opt.D.copyright">&copy;{+JSDOC.opt.D.copyright+}<br /></if>