cvs diff: Diffing opensearch Index: opensearch/opensearch.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/opensearch/opensearch.module,v retrieving revision 1.10.4.3 diff -u -p -r1.10.4.3 opensearch.module --- opensearch/opensearch.module 4 Sep 2008 00:36:40 -0000 1.10.4.3 +++ opensearch/opensearch.module 8 Jun 2009 17:06:24 -0000 @@ -82,7 +82,7 @@ function opensearch_admin_settings() { $form['description']['opensearch_prefix'] = array( '#type' => 'markup', - '#value' => '

'. t('Your site offers the following OpenSearch description files: %links', array('%links' => theme('item_list', $links))) .'

', + '#value' => '

'. t('Your site offers the following OpenSearch description files: !links', array('!links' => theme('item_list', $links))) .'

', ); $form['description']['opensearch_shortname'] = array( '#type' => 'textfield', cvs diff: Diffing opensearch/translations