mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 12:15:43 +01:00
[GITEA] fix indentation in Maven package install instructions
The installation instructions of a Maven package places the `url` child of the `repository` node in an extra indentation level. This indentation is unnecesary since both the `id` and `url` nodes are direct children of the `repository` node. This commit removes the unnecessary indentation. Refs: https://codeberg.org/forgejo/forgejo/pulls/1534 (cherry picked from commit82f0ddad7b
) (cherry picked from commit905e546549
) (cherry picked from commit4e58ab82b7
) (cherry picked from commit2f207e7deb
) (cherry picked from commit3b8cc8ad2c
) (cherry picked from commitca8565450c
) (cherry picked from commitdf5ed97ed0
) (cherry picked from commitfc1e529894
) (cherry picked from commitef8810c09d
) (cherry picked from commita2d1459c4d
) (cherry picked from commit30e0d7bff0
) (cherry picked from commitccb9ed98b9
) (cherry picked from commit3782794fb4
) (cherry picked from commit9e7d5b5de9
) (cherry picked from commit50687eaebe
) (cherry picked from commit28ae93f18e
) (cherry picked from commite59f467284
) (cherry picked from commit5e24444bfa
)
This commit is contained in:
parent
a5b1c1b0b3
commit
ee70e910df
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
<div class="markup"><pre class="code-block"><code><repositories>
|
<div class="markup"><pre class="code-block"><code><repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>gitea</id>
|
<id>gitea</id>
|
||||||
<url><gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{.PackageDescriptor.Owner.Name}}/maven"></gitea-origin-url></url>
|
<url><gitea-origin-url data-url="{{AppSubUrl}}/api/packages/{{.PackageDescriptor.Owner.Name}}/maven"></gitea-origin-url></url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue