Summary | Incorrect urls in css links |
Queue | Horde Framework Packages |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | neoniet (at) neoniet (dot) com |
Created | 02/04/2018 (2706 days ago) |
Due | |
Updated | 02/04/2018 (2706 days ago) |
Assigned | |
Resolved | 02/04/2018 (2706 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
Priority ⇒ 1. Low
This is a support question, not a bug report.
Please use the mailing lists to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Incorrect urls in css links
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
not include the new port.
Example:
If run on port 8082 write
<!--a75c305b1c0a6022--><link
href="http://localhost/horde/themes/default/screen.css"
rel="stylesheet" type="text/css" />
instead of
<!--a75c305b1c0a6022--><link
href="http://localhost:8082/horde/themes/default/screen.css"
rel="stylesheet" type="text/css" />