readlicense_oo/license/license.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8544ad17144dc10ea8acd40fc03798e691956cf4 Author: Michael Stahl <[email protected]> AuthorDate: Tue Jun 24 16:23:05 2025 +0200 Commit: Michael Stahl <[email protected]> CommitDate: Tue Jun 24 19:07:15 2025 +0200 readlicense_oo: fix typo in href Change-Id: I435ccefc08d00a12dca16d865ddf48c9b0690090 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186904 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index 19bad31bbf5f..281318318471 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -4237,7 +4237,7 @@ <p>This work is distributed under the terms of Mozilla Public License version 2.0. To view a copy of this licence, visit <a href="https://www.mozilla.org/en-US/MPL/2.0/ ">https://www.mozilla.org/en-US/MPL/2.0/</a> </p> - <p><a href="a__MPL_version_2">Jump to MPL 2.0</a></p> + <p><a href="#a__MPL_version_2">Jump to MPL 2.0</a></p> </blockquote> </div> <div class="no_mpl_subset">
