Bug 27958

Summary: Adding inline styles to KohaNews styles koha-news.tt
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Lucas Gass (lukeg) 2021-03-15 15:23:59 UTC
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.