Skip to content

Commit a3682d6

Browse files
author
Vladimir Kotal
authored
fix XML nesting
1 parent d604e83 commit a3682d6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

plugins/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,14 @@ indexer via the -R option.
9191
<void property="flag">
9292
<string>REQUISITE</string>
9393
</void>
94-
</object>
95-
<void property="setup">
96-
<void method="put">
97-
<string>objectclass</string>
98-
<string>posixAccount</string>
94+
95+
<void property="setup">
96+
<void method="put">
97+
<string>objectclass</string>
98+
<string>posixAccount</string>
99+
</void>
99100
</void>
100-
</void>
101+
</object>
101102
</void>
102103

103104
<!-- Authorization stacks follow -->

0 commit comments

Comments
 (0)