Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Vladimir-csp/nitrogen int…
Browse files Browse the repository at this point in the history
…o Vladimir-csp-master
  • Loading branch information
daf committed Oct 27, 2016
2 parents 665fca2 + 8619a2b commit 0ea40c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ bool is_image(std::string file) {
file.find(".jpeg") != std::string::npos ||
file.find(".JPEG") != std::string::npos ||
file.find(".gif") != std::string::npos ||
file.find(".GIF") != std::string::npos)
file.find(".GIF") != std::string::npos ||
file.find(".svg") != std::string::npos ||
file.find(".SVG") != std::string::npos)
return true;

return false;
Expand Down

0 comments on commit 0ea40c8

Please sign in to comment.