Skip to content

Commit

Permalink
Cosmetic (code)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gutza committed Jan 22, 2014
1 parent 29153a1 commit 3d14a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/classes/LPC_HTML_script.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class LPC_HTML_script extends LPC_HTML_node
public $nodeName="script";
public $shortTag=false;

public function __construct($src=NULL,$type="text/javascript")
public function __construct($src=NULL, $type="text/javascript")
{
if (isset($src))
$this->setAttr('src',$src);
Expand Down

0 comments on commit 3d14a60

Please sign in to comment.