Skip to content

Commit 0a16905

Browse files
committed
new line for each tip
1 parent 0303c37 commit 0a16905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memorable-secure-password-generator.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h3 class="box-title">What Should I Enter In Memorable Words Field?</h3>
210210
};
211211
const getMemoryTips = (result) => {
212212
const u = [];
213-
result.randomReplaceResult.requestLevelCharMappings.forEach((v, k, m) => { if (v !== k) u.push(`<code>${k}</code> <i class="fa fa-fw fa-arrows-h"></i> <code>${v}</code>`); });
213+
result.randomReplaceResult.requestLevelCharMappings.forEach((v, k, m) => { if (v !== k) u.push(`<p><code>${k}</code> <i class="fa fa-fw fa-arrows-h"></i> <code>${v}</code><p>`); });
214214
return u.join('\n');
215215
};
216216
var generateAndShowPassword = function () {

0 commit comments

Comments
 (0)