[MGNLDMS-131] Syntax error in dms.jsp Created: 14/Jul/08  Updated: 03/Jul/14  Resolved: 10/Sep/08

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

Type: Bug Priority: Major
Reporter: Antonio González Assignee: Magnolia International
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
duplicate
is duplicated by MGNLDMS-118 file-icons not shown because of a typo Closed
Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

The template \webapps\magnoliaAuthor\templates\dms\paragraphs\dms.jsp has a syntax error. the line number 70 is:

<img border=\"0\" src=\"" + request.getContextPath() + "/" + doc.getMimeTypeIcon() + "\"(>

, it should be

<img border=\"0\" src=\"" + request.getContextPath() + doc.getMimeTypeIcon() + "\"(>

, for see the icons of file type.



 Comments   
Comment by Magnolia International [ 14/Jul/08 ]

Thanks for the report - patches make our lives much easier though.

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:43 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.