@@ -99,12 +99,12 @@ |
||
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | /** |
| 102 | - * Adds an image |
|
| 103 | - * @param string $src |
|
| 104 | - * @param string $alt |
|
| 105 | - * @param boolean $before |
|
| 106 | - * @return HtmlImg |
|
| 107 | - */ |
|
| 102 | + * Adds an image |
|
| 103 | + * @param string $src |
|
| 104 | + * @param string $alt |
|
| 105 | + * @param boolean $before |
|
| 106 | + * @return HtmlImg |
|
| 107 | + */ |
|
| 108 | 108 | public function addImage($src, $alt="", $before=true) { |
| 109 | 109 | $img=new HtmlImg("image-" . $this->identifier, $src, $alt); |
| 110 | 110 | $img->setClass(""); |