From 836ebbde3548dc2187fdf583082aa38fa9dd17ed Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 5 May 2010 18:59:43 +0000 Subject: [PATCH] backport IE fix git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16391 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/BibTemplate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/BibTemplate.js b/Open-ILS/web/js/dojo/openils/BibTemplate.js index 03f1948114..a8ed93a7ef 100644 --- a/Open-ILS/web/js/dojo/openils/BibTemplate.js +++ b/Open-ILS/web/js/dojo/openils/BibTemplate.js @@ -54,7 +54,7 @@ if(!dojo._hasResource["openils.BibTemplate"]) { var joiner = slot.getAttribute('join') || ' '; var slot_handler = dojo.map( - dojo.query( 'script[type=opac/slot-format]', slot ).orphan(), + dojo.query( '*[type=opac/slot-format]', slot ).orphan(), function(x){ return dojox.data.dom.textContent(x) || x.innerHTML } ).join(''); -- 2.11.0