aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 16:40:05 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-12 16:40:05 +0000
commite036de6ceab5f57b0f502b8400ab05e32e96562b (patch)
treefa67b394866458609f5d92248eaebb2a9cca943e /mod/diagnostics
parente65db3fbab88f0bd98c2e5750f09d139837fdc0e (diff)
downloadelgg-e036de6ceab5f57b0f502b8400ab05e32e96562b.tar.gz
elgg-e036de6ceab5f57b0f502b8400ab05e32e96562b.tar.bz2
updated the plugins that have already been updated to 1.8 html/css to use divs rather than p tags in forms
git-svn-id: http://code.elgg.org/elgg/trunk@8163 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/diagnostics')
-rw-r--r--mod/diagnostics/views/default/forms/diagnostics/download.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/diagnostics/views/default/forms/diagnostics/download.php b/mod/diagnostics/views/default/forms/diagnostics/download.php
index de19332f1..b0abe8434 100644
--- a/mod/diagnostics/views/default/forms/diagnostics/download.php
+++ b/mod/diagnostics/views/default/forms/diagnostics/download.php
@@ -1,2 +1,5 @@
<?php
+/**
+ * Diagnostics download form
+ */
echo elgg_view('input/submit', array('value' => elgg_echo('diagnostics:download'))); \ No newline at end of file