Update data.rb

feature/livereload-locales-data
Eliott Appleford 2015-09-23 23:40:42 +01:00
parent 5afc138eb8
commit ddc4a3cabc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module Middleman::Util::Data
\A(.*?coding:.*?\n)?
(?<start>[-;]{3})[ ]*\r?\n
(?<frontmatter>.*?)[ ]*\r?\n?
(?<stop>[-.;]{3})[ ]*\r?\n?
(?<stop>^[-.;]{3})[ ]*\r?\n?
(?<additional_content>.*)
/mx =~ content