Browse Source

Bug 26592: (follow-up) fix typo

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Jonathan Druart 4 years ago
parent
commit
165a1bcef8
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc

2
koha-tmpl/intranet-tmpl/prog/en/includes/js_includes.inc

@ -108,7 +108,7 @@
}
itemString += ( item.address ? item.address.escapeHtml() : "" ) + " "
+ ( item.city ? item.city.escapeHtml() : "" ) + " "
+ ( item.zipcode ? item.city.escapeHtml() : "" ) + " "
+ ( item.zipcode ? item.zipcode.escapeHtml() : "" ) + " "
+ ( item.country ? item.country.escapeHtml() : "" )
+ "</small></a>";
return $( "<li></li>" )

Loading…
Cancel
Save