Skip to content

Commit

Permalink
fix: xml lint
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <[email protected]>
  • Loading branch information
luka-nextcloud committed Dec 7, 2023
1 parent f064f26 commit 33a375d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ You can also edit your documents off-line with the Collabora Office app from the
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
<job>OCA\Richdocuments\Backgroundjobs\Cleanup</job>
</background-jobs>
<repair-steps>
<install>
<step>OCA\Richdocuments\Migration\InstallDefaultFonts</step>
</install>
</repair-steps>
<commands>
<command>OCA\Richdocuments\Command\ActivateConfig</command>
<command>OCA\Richdocuments\Command\ConvertToBigInt</command>
Expand All @@ -43,9 +48,4 @@ You can also edit your documents off-line with the Collabora Office app from the
<personal>OCA\Richdocuments\Settings\Personal</personal>
<personal-section>OCA\Richdocuments\Settings\Section</personal-section>
</settings>
<repair-steps>
<install>
<step>OCA\Richdocuments\Migration\InstallDefaultFonts</step>
</install>
</repair-steps>
</info>

0 comments on commit 33a375d

Please sign in to comment.