Commit 483f5705 authored by Dayle Rees's avatar Dayle Rees

Merge pull request #990 from resurtm/html-indentation-fix

Tiny indentation fix in html.php.
parents 7140be47 0a85a54c
...@@ -9,13 +9,13 @@ class HTML { ...@@ -9,13 +9,13 @@ class HTML {
*/ */
public static $macros = array(); public static $macros = array();
/** /**
* Registers a custom macro. * Registers a custom macro.
* *
* @param string $name * @param string $name
* @param Closure $input * @param Closure $input
* @return void * @return void
*/ */
public static function macro($name, $macro) public static function macro($name, $macro)
{ {
static::$macros[$name] = $macro; static::$macros[$name] = $macro;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment