mirror of
https://github.com/gchq/CyberChef
synced 2026-01-01 08:03:30 +00:00
Fixed description hiighlighting issue
This commit is contained in:
@@ -111,7 +111,7 @@ class HTMLOperation {
|
||||
this.name = opName;
|
||||
}
|
||||
|
||||
if (this.description && descIdxs.length) {
|
||||
if (this.description && descIdxs.length && descIdxs[0][0] >= 0) {
|
||||
// Find HTML tag offsets
|
||||
const re = /<[^>]+>/g;
|
||||
let match;
|
||||
|
||||
Reference in New Issue
Block a user