FELIX-2118 Load the license data wrapped in <pre>-</pre> tages into a <div> to ensure IE can properly render the fixed-format data; in addition provide a WebConsoleUtil.setNoCache method to provide a means to inform the client to not cache the response.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@915255 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/license.html b/webconsole/src/main/resources/templates/license.html
index bbfdd07..8ad5f7a 100644
--- a/webconsole/src/main/resources/templates/license.html
+++ b/webconsole/src/main/resources/templates/license.html
@@ -22,7 +22,7 @@
 	<div id="licenseRight">
 		<div id="licenseButtons">&nbsp;</div> 
 		<br />
-		<pre id="licenseDetails" class="ui-widget-content ui-corner-all"></pre>
+		<div id="licenseDetails" class="ui-widget-content ui-corner-all"></div>
 	</div>
 	<div class="ui-helper-clearfix">&nbsp;</div>
 </div>