Skip to content

Commit

Permalink
Merge 5de6e85 into 0b9ea50
Browse files Browse the repository at this point in the history
  • Loading branch information
almaron committed May 25, 2019
2 parents 0b9ea50 + 5de6e85 commit 33c37dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tags/tags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ module Tags
{ :token => :height, :prefix => 'height="', :postfix => '" ', :optional => true } ],
:quick_param_format_description => 'The image parameters \'%param%\' are incorrect, \'<width>x<height>\' excepted'},
:url => {
:html_open => '<a href="%url%">%between%', :html_close => '</a>',
:html_open => '<a href="%url%">', :html_close => '</a>',
:description => 'Link to another page',
:example => '[url]http://www.google.com/[/url].',
:only_allow => [],
:require_between => true,
:allow_quick_param => true, :allow_between_as_param => true,
:quick_param_format => /^((((http|https|ftp):\/\/)|\/).+)$/,
:quick_param_format_description => 'The URL should start with http:// https://, ftp:// or /, instead of \'%param%\'',
Expand Down

0 comments on commit 33c37dc

Please sign in to comment.