Skip to content

Commit

Permalink
Typo fix for tv/tmpl/default/detail.php
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Smith <[email protected]>
  • Loading branch information
amessina authored and kormoc committed Mar 25, 2013
1 parent 567cc78 commit 6b1671b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tv/tmpl/default/detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ function updateHomePage(item) {
);
</script>
<?php } elseif (file_exists('modules/tv/MFPlayer.swf')) { ?>
<script langfuage="JavaScript" type="text/javascript">
<script language="JavaScript" type="text/javascript">
<!--
// Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
var hasProductInstall = DetectFlashVer(6, 0, 65);
Expand Down

0 comments on commit 6b1671b

Please sign in to comment.