Skip to content

Commit 7ca2f61

Browse files
committed
Fix #488: view SVG as webpage
1 parent c00224f commit 7ca2f61

File tree

1 file changed

+1
-1
lines changed
  • QuickLook.Plugin/QuickLook.Plugin.HtmlViewer

1 file changed

+1
-1
lines changed

QuickLook.Plugin/QuickLook.Plugin.HtmlViewer/Plugin.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace QuickLook.Plugin.HtmlViewer
2626
{
2727
public class Plugin : IViewer
2828
{
29-
private static readonly string[] Extensions = {".mht", ".mhtml", ".htm", ".html"};
29+
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html", ".svg" };
3030

3131
private WebpagePanel _panel;
3232

0 commit comments

Comments
 (0)