View Issue Details

IDProjectCategoryView StatusLast Update
0002682Kali LinuxGeneral Bugpublic2025-07-14 09:18
Reportermehw Assigned Todookie  
PrioritynormalSeveritytextReproducibilityN/A
Status closedResolutionfixed 
Summary0002682: in www.kali.org/tutorials/ there is a wrong html ampersand character
Description

In the page
https://www.kali.org/tutorials/emergency-self-destruction-luks-kali/

there is a wrong ampersand character in the html code, so the < (less-than) character is not shown:
root@kali:~/cryptsetup-1.6.1# patch -p1 < ../cryptsetup-nuke-keys/cryptsetup_1.6.1+nuke_keys.diff

the text line should be as follow:
root@kali:~/cryptsetup-1.6.1# patch -p1 < ../cryptsetup-nuke-keys/cryptsetup_1.6.1+nuke_keys.diff

the offending ampersand character in the html code is: &lt;

Thanks!

Activities

mehw

mehw

2015-09-21 07:43

reporter   ~0004025

Last edited: 2015-09-21 07:46

Sorry, once more the html code I wrote got interpreted...

The line to correct is
root@kali:~/cryptsetup-1.6.1# patch -p1 &lt; ../cryptsetup-nuke-keys/cryptsetup_1.6.1+nuke_keys.diff

which should result in
root@kali:~/cryptsetup-1.6.1# patch -p1 < ../cryptsetup-nuke-keys/cryptsetup_1.6.1+nuke_keys.diff

In the html code the offending character is &amp;lt; instead of just &lt;

Thanks!

dookie

dookie

2015-09-21 17:17

reporter   ~0004027

Thanks, fixed!

Issue History

Date Modified Username Field Change
2015-09-21 07:41 mehw New Issue
2015-09-21 07:43 mehw Note Added: 0004025
2015-09-21 07:45 mehw Note Edited: 0004025
2015-09-21 07:46 mehw Note Edited: 0004025
2015-09-21 17:17 dookie Note Added: 0004027
2015-09-21 17:17 dookie Status new => closed
2015-09-21 17:17 dookie Assigned To => dookie
2015-09-21 17:17 dookie Resolution open => fixed
2025-07-14 09:18 g0tmi1k Priority low => normal