bug mineur
This commit is contained in:
parent
e30820261a
commit
625d5f1d25
|
@ -213,7 +213,7 @@ function tl_modifyattr() {
|
||||||
dn = ""
|
dn = ""
|
||||||
}
|
}
|
||||||
sub(/:+$/, "", attr)
|
sub(/:+$/, "", attr)
|
||||||
if (lastattr != attr) {
|
if (tolower(lastattr) != tolower(attr)) {
|
||||||
if (lastattr != "") {
|
if (lastattr != "") {
|
||||||
print "-"
|
print "-"
|
||||||
}
|
}
|
||||||
|
@ -248,7 +248,7 @@ function tl_deleteattr() {
|
||||||
dn = ""
|
dn = ""
|
||||||
}
|
}
|
||||||
sub(/:+$/, "", attr)
|
sub(/:+$/, "", attr)
|
||||||
if (lastattr != attr) {
|
if (tolower(lastattr) != tolower(attr)) {
|
||||||
if (lastattr != "") {
|
if (lastattr != "") {
|
||||||
print "-"
|
print "-"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue