Skip to content

Commit

Permalink
fix a longstanding HTML issue in construct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Mifsud committed Sep 23, 2013
1 parent e614998 commit dd1dd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function __construct(){
array(
'handle' => 'relax',
'name' => __('Relax'),
'desc' => __('Compatibility mode for URL Router. Enable this to use URLs like: <code>site.com/clients/_param1_/projects/_param2_/</b>. Without this mode, if you have <code>_param1_ = `projects`</code>, it will be a collision and Page LHandles will fail.')
'desc' => __('Compatibility mode for URL Router. Enable this to use URLs like: <code>site.com/clients/_param1_/projects/_param2_/</code>. Without this mode, if you have <code>_param1_ = `projects`</code>, it will be a collision and Page LHandles will fail.')
)
);
}
Expand Down

0 comments on commit dd1dd51

Please sign in to comment.