mirror of
https://github.com/certbot/certbot.git
synced 2026-04-15 22:20:28 -04:00
Merge Augeas lens fix for closing multiple sections on one line
From f44a7a55cc
Closes: #1693
This commit is contained in:
parent
ce0ea2b104
commit
312669c64d
2 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ let section (body:lens) =
|
|||
indent . dels "</" in
|
||||
let kword = key word in
|
||||
let dword = del word "a" in
|
||||
[ indent . dels "<" . square kword inner dword . del ">" ">" . eol ]
|
||||
[ indent . dels "<" . square kword inner dword . del />[ \t\n\r]*/ ">\n" ]
|
||||
|
||||
let rec content = section (content|directive)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue