Ticket #10547: mythweb-modules-tv-tmpl-default-detail.php.patch

File mythweb-modules-tv-tmpl-default-detail.php.patch, 701 bytes (added by Anthony Messina <amessina@…>, 12 years ago)

Typo fix for tv/tmpl/default/detail.php

  • modules/tv/tmpl/default/detail.php

    diff --git a/modules/tv/tmpl/default/detail.php b/modules/tv/tmpl/default/detail.php
    index 3ce2267..04f355c 100644
    a b  
    694694                    );
    695695            </script>
    696696<?php       } elseif (file_exists('modules/tv/MFPlayer.swf')) { ?>
    697                     <script langfuage="JavaScript" type="text/javascript">
     697                    <script language="JavaScript" type="text/javascript">
    698698                    <!--
    699699                    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    700700                    var hasProductInstall = DetectFlashVer(6, 0, 65);