Skip to content

Commit

Permalink
Repairing broken html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kayge committed Oct 1, 2018
1 parent 9110063 commit b57ea16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazyrecon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ report(){
echo "<p> Generated by <a/href=\"https://github.com/nahamsec/lazyrecon\"> LazyRecon</a> on $(date) </p></div>" >> ./$1/$foldername/reports/$line.html


echo " <div clsas=\"row\">" >> ./$1/$foldername/reports/$line.html
echo " <div class=\"row\">" >> ./$1/$foldername/reports/$line.html
echo " <div class=\"col-sm-6\">" >> ./$1/$foldername/reports/$line.html
echo " <div style=\"font-family: 'Mina', serif;\"><h2>Dirsearch</h2></div>" >> ./$1/$foldername/reports/$line.html
echo "<pre>" >> ./$1/$foldername/reports/$line.html
Expand Down

0 comments on commit b57ea16

Please sign in to comment.