function renderImageRegion(region, regionContent) { var src = regionContent.value || ''; return '
' + escapeHtml(region.label) + '
'; }