Code

Fixed w3c errors wq
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Mar 2010 14:39:23 +0000 (14:39 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 31 Mar 2010 14:39:23 +0000 (14:39 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17442 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/modern/userFilterEditor.tpl

index 4f0322d86d4a61690090bc8ae7d5a5895ac461f1..fa1cc26d57380616120c726342d5c0df5ff396ff 100644 (file)
@@ -11,7 +11,7 @@
             <label for='name'>{t}Name{/t}</label>{$must}
           </td>
           <td>
-            <input type='text' name='name' id='name' value='{$name}'>
+            <input type='text' name='name' id='name' value="{$name}">
           </td>   
         </tr>
         <tr>
@@ -19,7 +19,7 @@
             <label for='description'>{t}Description{/t}</label>{$must}
           </td>
           <td>
-            <input type='text' name='description' id='description' value='{$description}'>
+            <input type='text' name='description' id='description' value="{$description}">
           </td>   
         </tr>
         <tr>