Skip to content

Commit

Permalink
quote consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 18, 2015
1 parent b97c0f4 commit fb39827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

5.73 2015-01-18
5.73 2015-01-19
- Deprecated Mojolicious::Routes::Route::bridge in favor of
Mojolicious::Routes::Route::under.
- Deprecated Mojolicious::Controller::render_exception in favor of
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -143,7 +143,7 @@ sub parse {

# Raw text elements
next if $xml || !$RAW{$start} && !$RCDATA{$start};
next unless $html =~ m!\G(.*?)<\s*/\s*$start\s*>!gcsi;
next unless $html =~ m!\G(.*?)<\s*/\s*\Q$start\E\s*>!gcsi;
_node($current, 'raw', $RCDATA{$start} ? html_unescape $1 : $1);
_end($start, 0, \$current);
}
Expand Down

0 comments on commit fb39827

Please sign in to comment.