Project

General

Profile

Feature #26552 » max-width-patch-v2.diff

Support "max-height" property as well - Go MAEDA, 2018-01-02 15:31

View differences:

lib/redmine/wiki_formatting/textile/redcloth3.rb (working copy)
514 514
        atts
515 515
    end
516 516

  
517
    STYLES_RE = /^(color|width|height|border|background|padding|margin|font|text|float)(-[a-z]+)*:\s*((\d+%?|\d+px|\d+(\.\d+)?em|#[0-9a-f]+|[a-z]+)\s*)+$/i
517
    STYLES_RE = /^(color|width|max-width|height|max-height|border|background|padding|margin|font|text|float)(-[a-z]+)*:\s*((\d+%?|\d+px|\d+(\.\d+)?em|#[0-9a-f]+|[a-z]+)\s*)+$/i
518 518

  
519 519
    def sanitize_styles(str)
520 520
      styles = str.split(";").map(&:strip)
(2-2/5)