summaryrefslogtreecommitdiff
path: root/modules/statistics.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-09-22 21:36:47 +0000
committerDries Buytaert <dries@buytaert.net>2004-09-22 21:36:47 +0000
commitdb24d26dbbc13801b1edc6e24714ee72e3205473 (patch)
tree9ad056eb4dbdfd468cc430236733d5992c6adf3d /modules/statistics.module
parent29b8977a82ceb23adc851bdfc58b4dc434125580 (diff)
downloadbrdo-db24d26dbbc13801b1edc6e24714ee72e3205473.tar.gz
brdo-db24d26dbbc13801b1edc6e24714ee72e3205473.tar.bz2
- Fixed HTML typo in the documentation: <p> -> </p>. Fixes bug #10412.
Diffstat (limited to 'modules/statistics.module')
-rw-r--r--modules/statistics.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics.module b/modules/statistics.module
index 4df088ed2..2c2c7e4ad 100644
--- a/modules/statistics.module
+++ b/modules/statistics.module
@@ -14,7 +14,7 @@ function statistics_help($section) {
case 'admin/help#statistics':
return t("
<h3>Introduction</h3>
- <p>The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes <strong>disabled</strong> by default.<p>
+ <p>The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes <strong>disabled</strong> by default.</p>
<p>The module counts how many times, and from where -- using HTTP referrer -- each of your posts is viewed. Once we have that count the module can do the following with it:
<ul>
<li>The count can be displayed in the node's link section next to \"# comments\".</li>