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

           Summary: divs/pre generated by SyntaxHighlight <source> does not
                    have a consistent class.
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: SyntaxHighlight (GeSHi)
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


For example, a <source lang="php"> can generate, depending on GeSHi
configuration/version:

 <div dir="ltr" style="text-align: left;">
 <pre class="source-php">

or

 <div dir="ltr" style="text-align: left;">
 <div class="php source-php" style="font-family:monospace;">
 <pre class="de1">

In both cases, the outermost div should have a consistent class, such as
class="geshi" so that styles can be applied to the divs, as well as the
descendant (child or grandchild) <pre> arbitrarily (to the exclusion of native
pre tags) in [[MediaWiki:Geshi.css]].


-- 
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 watching all bug changes.

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

Reply via email to