File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
system/application/views/melons/cantaloupe/js Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 340
340
table . append ( '<tr><td>dcterms:title</td><td>' + node . getDisplayTitle ( ) + '</td></tr>' ) ;
341
341
if ( null != node . current . description ) table . append ( '<tr><td>dcterms:description</td><td>' + node . current . description + '</td></tr>' ) ;
342
342
if ( null != node . current . source ) table . append ( '<tr><td>dcterms:source</td><td>' + node . current . source + '</td></tr>' ) ;
343
- if ( null != node . current . sourceLocation ) table . append ( '<tr><td>dcterms :sourceLocation</td><td><a href="' + node . current . sourceLocation + '">' + node . current . sourceLocation + '</a></td></tr>' ) ;
343
+ if ( null != node . current . sourceLocation ) table . append ( '<tr><td>art :sourceLocation</td><td><a href="' + node . current . sourceLocation + '">' + node . current . sourceLocation + '</a></td></tr>' ) ;
344
344
// auxiliary properties
345
345
for ( prop in node . current . auxProperties ) {
346
346
for ( i in node . current . auxProperties [ prop ] ) {
You can’t perform that action at this time.
0 commit comments