Index: blockcache.module =================================================================== --- blockcache.module (revision 190) +++ blockcache.module (working copy) @@ -67,7 +67,7 @@ ); $r = db_fetch_object(db_query('SELECT * FROM {bc_blocks} WHERE my_delta = %d', $delta)); $form['bc_origlink'] = array( - '#value' => t("

The Block Cache module acts as a wrapper around the original block. Please visit the original block's configuration page to change its configurations.

", array('%url' => url('admin/block/configure/'. $r->module .'/'. $r->mod_delta))), + '#value' => t("

The Block Cache module acts as a wrapper around the original block. Please visit " . l("the original block's configuration page", 'admin/build/block/configure/' . $r->module . '/' . $r->mod_delta) . " to change its configurations.

"), ); if (module_exists('help')) { $form['bc_help'] = array(