Remove unwanted variable

bug/bundler_fix
wchen-r7 2016-02-17 15:25:31 -06:00
parent 8b267efa2d
commit 0b095cf08a
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ module Msf
private
def md_to_html(md)
r = Redcarpet::Markdown.new(Redcarpet::Render::MsfMdHTML, fenced_code_blocks: true)
css_path =
r = Redcarpet::Markdown.new(Redcarpet::Render::MsfMdHTML, fenced_code_blocks: true)
%Q|
<html>
<head>