Skip to content

Commit

Permalink
Fix #488: view SVG as webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed May 26, 2019
1 parent c00224f commit 7ca2f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace QuickLook.Plugin.HtmlViewer
{
public class Plugin : IViewer
{
private static readonly string[] Extensions = {".mht", ".mhtml", ".htm", ".html"};
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };

private WebpagePanel _panel;

Expand Down

0 comments on commit 7ca2f61

Please sign in to comment.