From 80f34e5ab0c7b08e409fad2c6d148fa933423ce3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Dec 2003 17:14:27 +0000 Subject: - XHTML improvements: -> . Patch by Stefan. --- modules/statistics.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/statistics.module') diff --git a/modules/statistics.module b/modules/statistics.module index af69b8139..8879d69f8 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -99,7 +99,7 @@ function statistics_help($section = "admin/help#statistics") { switch ($section) { case 'admin/help#statistics': $output .= "

Introduction

"; - $output .= "

The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes disabled by default.

"; + $output .= "

The statistics module keeps track of numerous statistics for your site but be warned, statistical collection does cause a little overhead, thus everything comes disabled by default.

"; $output .= "

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:"; $output .= "

    "; $output .= "
  • The count can be displayed in the node's link section next to \"# comments\".
  • "; @@ -538,7 +538,7 @@ function statistics_summary($dbfield, $dbrows) { $content = node_load(array("nid" => $nid["nid"])); $links = link_node($content, 1); - $output .= "". l($nid["title"], "node/view/". $nid["nid"], array("title" => t("View this posting."))) ."". t("Submitted by %a on %b", array("%a" => format_name($content), "%b" => format_date($content->created, "large"))) .""; + $output .= "". l($nid["title"], "node/view/". $nid["nid"], array("title" => t("View this posting."))) ."". t("Submitted by %a on %b", array("%a" => format_name($content), "%b" => format_date($content->created, "large"))) .""; $output .= "
    ". check_output($content->teaser) ."
    "; $output .= "[ ". theme("links", $links) ." ]

    "; } -- cgit v1.2.3