From 100e11a2b7127265fd4615aa992248a7f60d3bcc Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 13 Jan 2009 23:56:10 -0500 Subject: [PATCH] Fix extralong lines in widget.php --- lib/widget.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/widget.php b/lib/widget.php index e69cc8b744..c70505c44d 100644 --- a/lib/widget.php +++ b/lib/widget.php @@ -35,8 +35,9 @@ if (!defined('LACONICA')) { /** * Base class for UI widgets * - * A widget is a cluster of HTML elements that provide some functionality that's used on different - * parts of the site. Examples would be profile lists, notice lists, and common forms. + * A widget is a cluster of HTML elements that provide some functionality + * that's used on different parts of the site. Examples would be profile + * lists, notice lists, navigation menus (tabsets) and common forms. * * @category Widget * @package Laconica