diff options
author | Andras Timar <atimar@suse.com> | 2012-11-22 09:28:33 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-11-22 09:29:31 +0100 |
commit | 2eebb6899643d0a2aed49e4c8e7c2e289959fd1f (patch) | |
tree | f0e761e540db9dcbd012104849dd0de70bcb870a | |
parent | 1465fd6537b6b5bd8ee9b9414519a26fbc0b5621 (diff) |
add xml-lang attribute to title tag
Change-Id: I847c8db18730126d00f4d160ec7585611377bc38
-rw-r--r-- | librelogo/source/help/en-US/LibreLogo.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librelogo/source/help/en-US/LibreLogo.xhp b/librelogo/source/help/en-US/LibreLogo.xhp index 2a4bd87ed453..33dc2cc14d16 100644 --- a/librelogo/source/help/en-US/LibreLogo.xhp +++ b/librelogo/source/help/en-US/LibreLogo.xhp @@ -12,7 +12,7 @@ <meta> <topic id="LibreLogo" indexer="include" status="PUBLISH"> -<title id="title">LibreLogo</title> +<title id="title" xml-lang="en-US">LibreLogo</title> <filename>/org.openoffice.comp.pyuno.LibreLogo/LibreLogo.xhp</filename> </topic> </meta> |