Skip to content

Commit 25e6d6b

Browse files
committed
Fixed merging-error
Removed `.url` from `private static readonly string[] Extensions`
1 parent 9472410 commit 25e6d6b

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2017 Paddy Xu
1+
// Copyright © 2017 Paddy Xu
22
//
33
// This file is part of QuickLook program.
44
//
@@ -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", ".url" };
29+
private static readonly string[] Extensions = { ".mht", ".mhtml", ".htm", ".html" };
3030
private static readonly string[] SupportedProtocols = { "http", "https" };
3131

3232
private WebpagePanel _panel;

0 commit comments

Comments
 (0)