[
http://jira.magnolia.info/browse/MGNLDMS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gregory Joseph updated MGNLDMS-131:
-----------------------------------
Summary: Syntax error in dms.jsp (was: 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=\"" +
reques)
Description:
The template \webapps\magnoliaAuthor\templates\dms\paragraphs\dms.jsp has a
syntax error. the line number 70 is:
{code}<img border=\"0\" src=\"" + request.getContextPath() + "/" +
doc.getMimeTypeIcon() + "\"(>{code}, it should be
{code}<img border=\"0\" src=\"" + request.getContextPath() +
doc.getMimeTypeIcon() + "\"(>{code}, for see the icons of file type.
was: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.
Thanks for the report - patches make our lives much easier though.
> Syntax error in dms.jsp
> -----------------------
>
> Key: MGNLDMS-131
> URL: http://jira.magnolia.info/browse/MGNLDMS-131
> Project: Magnolia DMS Module
> Issue Type: Bug
> Reporter: Antonio González
> Assignee: Gregory Joseph
>
> The template \webapps\magnoliaAuthor\templates\dms\paragraphs\dms.jsp has a
> syntax error. the line number 70 is:
> {code}<img border=\"0\" src=\"" + request.getContextPath() + "/" +
> doc.getMimeTypeIcon() + "\"(>{code}, it should be
> {code}<img border=\"0\" src=\"" + request.getContextPath() +
> doc.getMimeTypeIcon() + "\"(>{code}, for see the icons of file type.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------