FELIX-4007 : enable multiline inputs in Web Console Configuration. Apply patch from Oliver Lietz
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1648350 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/main_header.html b/webconsole/src/main/resources/templates/main_header.html
index 19d19e3..9fe333b 100644
--- a/webconsole/src/main/resources/templates/main_header.html
+++ b/webconsole/src/main/resources/templates/main_header.html
@@ -23,6 +23,7 @@
<script src="${appRoot}/res/lib/jquery-ui-i18n-1.7.2.js" type="text/javascript"></script>
<script src="${appRoot}/res/lib/jquery.cookies-2.2.0.js" type="text/javascript"></script>
<script src="${appRoot}/res/lib/jquery.tablesorter-2.0.3.js" type="text/javascript"></script>
+ <script src="${appRoot}/res/lib/jquery.autosize.min.js" type="text/javascript"></script>
<script src="${appRoot}/res/lib/support.js" type="text/javascript"></script>
<script type="text/javascript">