aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/tools/web_config/partials/functions.html
diff options
context:
space:
mode:
authorGravatar Siteshwar Vashisht <siteshwar@gmail.com>2013-10-21 23:40:43 +0530
committerGravatar Siteshwar Vashisht <siteshwar@gmail.com>2013-10-21 23:40:43 +0530
commit7709af7a621810a4039af5d9f0ff16899c4fd252 (patch)
treeef52ca2e17d3e312e7a88efe51bb88e34e2326d4 /share/tools/web_config/partials/functions.html
parent80a48be324774746dfd8752e2450350e0726b7df (diff)
Removed extra spaces while showing function definition
Diffstat (limited to 'share/tools/web_config/partials/functions.html')
-rw-r--r--share/tools/web_config/partials/functions.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/share/tools/web_config/partials/functions.html b/share/tools/web_config/partials/functions.html
index 8fd2f036..4ed3afce 100644
--- a/share/tools/web_config/partials/functions.html
+++ b/share/tools/web_config/partials/functions.html
@@ -7,9 +7,5 @@
</div>
</div>
<div class="detail">
- <div class="detail_function">
- <div class="detail_function">
- {{ functionDefinition }}
- </div>
- </div>
+ <div class="detail_function">{{ functionDefinition }}</div>
</div>