allow END OF TERMS AND CONDITIONS to be bold or italic

This commit is contained in:
Ben Balter 2017-12-28 11:47:50 -05:00
parent 08f3779600
commit 7bd1aa65a7
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require 'digest'
module Licensee
module ContentHelper
DIGEST = Digest::SHA1
END_OF_TERMS_REGEX = /^[\s#]*end of terms and conditions\s*$/i
END_OF_TERMS_REGEX = /^[\s#*_]*end of terms and conditions\s*$/i
HR_REGEX = /[=\-\*][=\-\*\s]{3,}/
ALT_TITLE_REGEX = License::ALT_TITLE_REGEX
ALL_RIGHTS_RESERVED_REGEX = /\Aall rights reserved\.?$/i