| Summary: | Website "pre" tags are formatted RTL instead of LTR | ||
|---|---|---|---|
| Product: | [Plasma] Plasma Bigscreen | Reporter: | Yaron Shahrabani <sh.yaron> |
| Component: | Homescreen | Assignee: | Marco Martin <notmart> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | therealuser8395 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Yaron Shahrabani
2025-07-30 11:52:27 UTC
This issue has been confirmed and might be intended. The only bug here that needs to be fixed is that the ending slash (/) gets put at the beginning of the code line e.g cd ~/.config./autostart-scripts/ turns to /cd ~/.config./autostart-scripts. The browser still recognizes it as the former though, so maybe it just doesn't like RTL languages :/ (In reply to User8395 from comment #1) > This issue has been confirmed and might be intended. > The only bug here that needs to be fixed is that the ending slash (/) gets > put at the beginning of the code line > e.g cd ~/.config./autostart-scripts/ turns to /cd > ~/.config./autostart-scripts. > The browser still recognizes it as the former though, so maybe it just > doesn't like RTL languages :/ There are dedicated css rules for that, it's not only the location of the slash, it should also be aligned correctly. |