--- a/Allura/allura/templates/widgets/admin_field.html
+++ b/Allura/allura/templates/widgets/admin_field.html
@@ -1,4 +1,4 @@
-{#
+{#-
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -15,7 +15,7 @@
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-#}
+-#}
<div data-name="{{field.name}}">
<div class="grid-4">
{% if field.label and field.show_label %}<label>{{field.label}}</label>