1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-19 13:37:09 +01:00

JS API markup fixed

This commit is contained in:
secretr 2009-04-22 17:34:47 +00:00
parent b8da62d09a
commit 3d92d69532

View File

@ -8,8 +8,8 @@
* e107 Javascript API * e107 Javascript API
* *
* $Source: /cvs_backup/e107_0.8/e107_files/jslib/e107.js.php,v $ * $Source: /cvs_backup/e107_0.8/e107_files/jslib/e107.js.php,v $
* $Revision: 1.29 $ * $Revision: 1.30 $
* $Date: 2009-04-21 14:51:32 $ * $Date: 2009-04-22 17:34:47 $
* $Author: secretr $ * $Author: secretr $
* *
*/ */
@ -123,7 +123,7 @@ var e107Registry = {
'<p id="loading-mask-loader" class="loader">' + '<p id="loading-mask-loader" class="loader">' +
'<img src="#{e_IMAGE_PACK}generic/loading_32.gif" alt="#{JSLAN_CORE_LOADING_ALT}" />' + '<img src="#{e_IMAGE_PACK}generic/loading_32.gif" alt="#{JSLAN_CORE_LOADING_ALT}" />' +
'<br /> <span class="loading-text">#{JSLAN_CORE_LOADING_TEXT}</span>' + '<br /> <span class="loading-text">#{JSLAN_CORE_LOADING_TEXT}</span>' +
'<p>' + '</p>' +
'</div>' '</div>'
} }
}, },