Project

General

Profile

Actions

Bug #28113

closed

module.css references invalid image url

Added by Markus Klein over 13 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Workspaces
Target version:
-
Start date:
2011-07-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In module.css, line 180 the image file extension is missing:

background: url(../Images/workspaces-comments-arrow) left 10px no-repeat;

Correct:

background: url(../Images/workspaces-comments-arrow.gif) left 10px no-repeat;

Actions

Also available in: Atom PDF