| Summary: | Quotation mark in title does not show correctly in page title | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Janusz Kaczmarek <januszop> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 33911 | ||
| Bug Blocks: | |||
|
Description
Janusz Kaczmarek
2024-07-02 13:42:36 UTC
It would probably make the qa tool unhappy, but we could just remove the second html filter:
[% tx("Details for {title}", { title = title_in_title }) %]
Am I missing a danger here?
(In reply to Owen Leonard from comment #1) > Am I missing a danger here? This is exactly the question I was asking myself. Is it possible that tx introduces some dangerous characters? No idea... |