You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies this is a minor bug. When submitting a new theme by specifying its folder path, if the path ends with "/", it gets saved in the database with that slash. The problem arises when SMF tries to minimize CSS files. For example the path to sprite images could get messed up.
Basic Information
Apologies this is a minor bug. When submitting a new theme by specifying its folder path, if the path ends with "/", it gets saved in the database with that slash. The problem arises when SMF tries to minimize CSS files. For example the path to sprite images could get messed up.
Correct example (when there's no trailing "/")
Incorrect example (when the theme path ends with "/")
It adds an extra "../" to the sprite path.
Steps to reproduce
Expected result
No response
Actual result
No response
Version/Git revision
2.1
Database Engine
All
Database Version
No response
PHP Version
No response
Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: