Index: reference/jquery-plugins/lou-multi-select-0.9.12/js/jquery.multi-select.js =================================================================== diff -u -rdc2000a2f1ddaf3232f651a983fea1309b5c2696 -r197725730189104698f52f769601dc761d68a910 --- reference/jquery-plugins/lou-multi-select-0.9.12/js/jquery.multi-select.js (.../jquery.multi-select.js) (revision dc2000a2f1ddaf3232f651a983fea1309b5c2696) +++ reference/jquery-plugins/lou-multi-select-0.9.12/js/jquery.multi-select.js (.../jquery.multi-select.js) (revision 197725730189104698f52f769601dc761d68a910) @@ -118,10 +118,10 @@ if(serverType === "온프레미스" || serverType ==="클라우드") { if (serverType === "온프레미스") { - selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); + selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); } if (serverType === "클라우드") { - selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); + selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • '); } } else { selectableLi = $('
  • '+that.escapeHTML($option.text())+'
  • ');