[MGNLDMS-118] file-icons not shown because of a typo Created: 17/Jan/08  Updated: 03/Jul/14  Resolved: 10/Sep/08

Status: Closed
Project: Document Management System (closed)
Component/s: None
Affects Version/s: 1.2.2
Fix Version/s: 1.2.6

Type: Bug Priority: Major
Reporter: Andreas Assignee: Philipp Bärfuss
Resolution: Fixed Votes: 2
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
duplicate
duplicates MGNLDMS-131 Syntax error in dms.jsp Closed
is duplicated by MAGNOLIA-2296 Magnolia Samples - DocumentList Parag... Closed
Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

As I can see, there is a typo in one of the paragraphs used in the sample page "help/openwfe.html"

The generated xhtml source has wrong closing of the img tag and double slash after context path:
<img src="/magnoliaPublic//.resources/file-icons/pdf.png"(>

dms.jsp needs to be fixed regarding this typo

line 69 before: "<img border=\"0\" src=\"" + request.getContextPath() + "/" + doc.getMimeTypeIcon() + "\"(>",

line 69 fixed: "<img style=\"border: none;\" src=\"" + request.getContextPath() + "/" + doc.getMimeTypeIcon() + "\" alt=\"image mimetype\" />",



 Comments   
Comment by Magnolia International [ 10/Sep/08 ]

fixed in trunk - will be available with 1.2.6, thanks for the patch !

Generated at Mon Feb 12 00:48:36 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.