Index: embedfilter.module =================================================================== --- embedfilter.module (revision 83) +++ embedfilter.module (revision 85) @@ -38,8 +38,8 @@ EOF; - $output .= '
'. t('To use this moudule, start by entering a number of hosts that you wish to allow. This is done from the settings page. Examples taken from the sites mentioned above would be:
http://www.youtube.com and http://youtube.com must be entered individually.From the settings page you can also define some HTML that will be embedded before and after any tags (in case you want to be able to visually identify them on your site), as well as some filter tip instructions to your users.') .'';
- $output .= ''. t('After you have configured the module from the settings page, you need to add the "Object and embed" filter to the appropriate input formats (such as "Filtered HTML") on the input formats administration page. Configure your HTML filter to accept <object>, <embed> and <script> tags by adding them to the list of accepted tags. Configure the order of the filters so that the "Object and embed tag" filter comes directly after the "HTML" filter. After this you should be ready to go!'). '
'; + $output .= ''. t('To use this module, start by entering a number of hosts that you wish to allow. This is done from the settings page. Examples taken from the sites mentioned above would be:
'. t('After you have configured the module from the settings page, you need to add the "Object and embed" filter to the appropriate input formats (such as "Filtered HTML") on the input formats administration page. Configure your HTML filter to accept <object>, <embed>, <param> and <script> tags by adding them to the list of accepted tags. Configure the order of the filters so that the "Object and embed tag" filter comes directly after the "HTML" filter. After this you should be ready to go!'). '
'; return $output; } } @@ -73,7 +73,7 @@ '#type' => 'textarea', '#title' => t('Allowed hosts'), '#default_value' => variable_get('embedfilter_host_whitelist', "http://www.youtube.com\nhttp://media.nowpublic.com"), - '#description' => t('Each host name or base URL from which