diff --git a/better-field-descriptions-text.tpl.php b/better-field-descriptions-text.tpl.php
index c758bfe..386ddcd 100644
--- a/better-field-descriptions-text.tpl.php
+++ b/better-field-descriptions-text.tpl.php
@@ -1,4 +1,4 @@
-<?php
+<?php
 
 /**
  * @file
 diff --git a/better_field_descriptions.module b/better_field_descriptions.module
 index b3c1400..2cbaf04 100644
 --- a/better_field_descriptions.module
 +++ b/better_field_descriptions.module
 @@ -88,7 +88,7 @@ function better_field_descriptions_theme($existing, $type, $theme, $path) {

 return array(
 'better_field_descriptions' => array(
 -      'variables' => array('label' => NULL, 'description' => NULL),
 +      'variables' => array('label' => NULL, 'description' => NULL, 'field' => NULL),
 'template' => $template_file,
 'path' => $template_uri,
 ),
 @@ -152,7 +152,7 @@ function better_field_descriptions_form_alter(&$form, &$form_state, $form_id) {
 break;
 }

 -          $output = theme('better_field_descriptions', array('label' => $label, 'description' => $description));
 +          $output = theme('better_field_descriptions', array('label' => $label, 'description' => $description, 'field' => $field));

 // Adding descriptions to form.
 // Special case for pseudo fields.
