mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Minor code reordering.
This commit is contained in:
parent
279f2bec93
commit
37ec65247d
@ -599,8 +599,9 @@ see:
|
||||
if (!namelen) goto see;
|
||||
|
||||
if (name[0] == '/') {
|
||||
name++; namelen--;
|
||||
namelen--;
|
||||
if (!namelen) goto see;
|
||||
name++;
|
||||
closing_tag = 1;
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user