https://bugzilla.wikimedia.org/show_bug.cgi?id=34547

       Web browser: ---
             Bug #: 34547
           Summary: [[mw:extension:EmbedVideo]] generates HMTL instead of
                    HTML on EmbedVideoHooks.php line 117
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: [other]
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Created attachment 10052
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10052
trivial patch to change 'Hmtl' to 'Html' on line 117 of
extensions/EmbedVideo/EmbedVideo.hooks.php

This code in extensions/EmbedVideo/EmbedVideo.hooks.php line 117 is generating
PHP errors in the logfiles:

                   return Hmtl::rawElement(
                'object',

should presumably be:

                   return Html::rawElement(
                'object',

from
https://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/EmbedVideo/EmbedVideo.hooks.php?annotate=111231
(117     happy-melon     99206)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to