diff --git a/sites/all/modules/unl/includes/unl.admin.inc b/sites/all/modules/unl/includes/unl.admin.inc
index 1065e992c8def6e93b8ae2d8d829109a8b32555d..e313a251907470f0ccca4169d37d2a069c6d59f1 100644
--- a/sites/all/modules/unl/includes/unl.admin.inc
+++ b/sites/all/modules/unl/includes/unl.admin.inc
@@ -26,7 +26,7 @@ function unl_config($form, &$form_state) {
     $form['root']['unl_tidy'] = array(
       '#type' => 'checkbox',
       '#title' => 'Clean up text area HTML',
-      '#description' => 'Tidy will be used to process HTML in text areas on the node edit form. (This will remove any <style> tags.)',
+      '#description' => 'Tidy will be used to process HTML in text areas on the node edit form. (This will remove any &lt;style&gt; tags.)',
       '#default_value' => variable_get('unl_tidy'),
     );
   }