Upgrade to 3.1.0
This commit is contained in:
@@ -3,9 +3,14 @@
|
||||
namespace Kirby\Cms;
|
||||
|
||||
/**
|
||||
* Custom extension of the Toolkit Html builder class
|
||||
* that overwrites the Html::a method to include Cms
|
||||
* Url handling.
|
||||
* The `Html` class provides methods for building
|
||||
* common HTML tags and also contains some helper
|
||||
* methods.
|
||||
*
|
||||
* @package Kirby Cms
|
||||
* @author Bastian Allgeier <bastian@getkirby.com>
|
||||
* @link http://getkirby.com
|
||||
* @copyright Bastian Allgeier
|
||||
*/
|
||||
class Html extends \Kirby\Toolkit\Html
|
||||
{
|
||||
|
Reference in New Issue
Block a user