Fix extralong lines in widget.php

This commit is contained in:
Evan Prodromou 2009-01-13 23:56:10 -05:00
parent 4826fde988
commit 100e11a2b7
1 changed files with 3 additions and 2 deletions

View File

@ -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