From: Evan Prodromou Date: Wed, 14 Jan 2009 04:56:10 +0000 (-0500) Subject: Fix extralong lines in widget.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=100e11a2b7127265fd4615aa992248a7f60d3bcc;p=quix0rs-gnu-social.git Fix extralong lines in widget.php --- 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