Index: lams_tool_images/web/pages/learning/learning.jsp =================================================================== diff -u -r4583983b64efe1d91fbb47cdde6a759a6a30e859 -r5831c6c974ca7fef986ffd207d708a2a56bf39f1 --- lams_tool_images/web/pages/learning/learning.jsp (.../learning.jsp) (revision 4583983b64efe1d91fbb47cdde6a759a6a30e859) +++ lams_tool_images/web/pages/learning/learning.jsp (.../learning.jsp) (revision 5831c6c974ca7fef986ffd207d708a2a56bf39f1) @@ -77,8 +77,12 @@ thumbheight: 80,//${thumbnailImageDimensions}, data: [ +
${image.descriptionEscaped} -
+
+ ${fn:replace(portrait, "'", "\\'")} <%-- escape the url --%> +
 
+
${portrait}${description}${imageAddedBy}
{ @@ -87,8 +91,8 @@ full: '${image.originalFileUuid}&preferDownload=false', id: '${image.uid}', // Custom anchor is used with the hash:true option. caption: '
${image.titleEscaped}
' - + '${image.descriptionEscaped}' - +'${imageAddedBy}', + + '${description}' + +'
', //html: $('selector'), // ...or '
123
'. Custom HTML inside the frame. //fit: 'cover' // Override the global fit option. //any: 'Any data relative to the frame you want to store'