[Koha-bugs] [Bug 27958] New: Adding inline styles to KohaNews styles koha-news.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 15 16:23:59 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27958

            Bug ID: 27958
           Summary: Adding inline styles to KohaNews styles koha-news.tt
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Tools
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: lucas at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

If you add inline styles to a News item those styles are computed on
koha-news.tt

TO recreate:
-Make a News item with a location of 'opacheader_en'.
-Add some inline CSS like this:

<style>
  body {
        color: red;
  }
</style>

Save the news item and look at koha-news.tt, the text is red.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list