Project

General

Profile

Actions

Defect #26778

open

Wrong CSS class for themes if its name includes "_" or " "

Added by Go MAEDA over 6 years ago. Updated over 6 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Themes
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

The body element in HTML has CSS classes correspond to the current theme, project, controller and action.

But "theme-*" class name is broken when the directory name of the theme includes "_" or " ". Assume that you have installed a theme whose directory name is "foo_bar". Redmine will generate a class name "theme-Foo bar". But it is clearly broken because a whitespace is used as a separater.

Here is an example.

<body class="theme-Foo bar project-ecookbook controller-issues action-index avatars-off">
Actions #1

Updated by Toshi MARUYAMA over 6 years ago

  • Description updated (diff)
Actions

Also available in: Atom PDF