Index: trunk/extensions/EmbedVideo/EmbedVideo.hooks.php |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | |
116 | 116 | # Return the HTML necessary to embed the video normally. |
117 | 117 | private static function generateNormalClause( $url, $width, $height ) { |
118 | | - return Hmtl::rawElement( |
| 118 | + return Html::rawElement( |
119 | 119 | 'object', |
120 | 120 | array( 'width' => $width, 'height' => $height ), |
121 | 121 | Html::element( 'param', array( 'name' => 'movie', 'value' => $url ) ) |