summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-12-12 10:32:48 +0000
committerDries Buytaert <dries@buytaert.net>2001-12-12 10:32:48 +0000
commit5a34f781942fad921e1a2935db7515a3a33cbaba (patch)
tree0ae1846221d8b8b6f5e3d6446c0050f963edc8db
parent46b2b3a2d3f7e98501f0a4127ea2441dafe72b24 (diff)
downloadbrdo-5a34f781942fad921e1a2935db7515a3a33cbaba.tar.gz
brdo-5a34f781942fad921e1a2935db7515a3a33cbaba.tar.bz2
- Small mark-up improvement.
-rw-r--r--modules/weblogs.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/weblogs.module b/modules/weblogs.module
index 3b1509383..c4f06ea3f 100644
--- a/modules/weblogs.module
+++ b/modules/weblogs.module
@@ -2,7 +2,7 @@
// $Id$
function weblogs_help() {
- $output .= "<a href=\"http://www.weblogs.com/\">Weblogs.com</a> is a website that tracks and displays updates to weblogs and news-oriented websites. To get your Drupal site listed, weblogs.com must be informed about your site's updates. This is the job of the weblog module and when installed, the administrator doesn't have to do anything to participate in the <a href=\"http://www.weblogs.com/\">weblogs.com system</a>. The weblog module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the <a href=\"http://www.xmlrpc.com/weblogsCom/\">XML-RPC interface of weblogs.com</a>.";
+ $output .= "<p><a href=\"http://www.weblogs.com/\">Weblogs.com</a> is a website that tracks and displays updates to weblogs and news-oriented websites. To get your Drupal site listed, weblogs.com must be informed about your site's updates. This is the job of the weblog module and when installed, the administrator doesn't have to do anything to participate in the <a href=\"http://www.weblogs.com/\">weblogs.com system</a>. The weblog module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the <a href=\"http://www.xmlrpc.com/weblogsCom/\">XML-RPC interface of weblogs.com</a>.</p>";
return $output;
}