Index: trunk/grails-app/views/inventoryItemDetailed/show.gsp
===================================================================
--- trunk/grails-app/views/inventoryItemDetailed/show.gsp	(revision 499)
+++ trunk/grails-app/views/inventoryItemDetailed/show.gsp	(revision 500)
@@ -29,5 +29,5 @@
 
             <div class="tabHeader">
-                <h1 class="taskHeader">
+                <h1>
                     ${inventoryItemInstance.name}
                 </h1>
Index: trunk/grails-app/views/taskDetailed/show.gsp
===================================================================
--- trunk/grails-app/views/taskDetailed/show.gsp	(revision 499)
+++ trunk/grails-app/views/taskDetailed/show.gsp	(revision 500)
@@ -25,5 +25,5 @@
 
             <div class="tabHeader">
-                <h1 class="taskHeader">
+                <h1>
                     Task #${taskInstance.id}
                     <g:if test="${taskInstance.attentionFlag}" >
