Skip to content
Snippets Groups Projects
Commit 51a659ab authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

[gh-308] Merging test into staging

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1528 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 71b6f43b
No related branches found
No related tags found
No related merge requests found
......@@ -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'),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment