Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99ed12da authored by Romain Hunault's avatar Romain Hunault 💻 Committed by Rohit Sekhar
Browse files

res: Fix unclosed xml attribute

parent f59b8efe
Loading
Loading
Loading
Loading
+67 −66
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2020 The LineageOS Project
     Copyright (C) 2019,2021 ECORP SAS
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at
@@ -11,17 +12,16 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<resources
	xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
	<array name="partner_wallpapers" translatable="false">
		<item>abstract_orderofchaos</item>
		<item>nature_ice</item>
		<item>nature_nebula</item>
		<item>nature_night</item>
		<item>urban_dayroad</item>

		<!-- /e/ wallpapers -->
		<eat-comment />

		<item>abstract_unsplash</item>
		<item>alex_perez_water</item>
		<item>chuttersnap_building</item>
@@ -77,4 +77,5 @@
		<item>sandbar_agency_rocks_sky</item>
		<item>sharon_mccutcheon_lights</item>
		<item>space_nebulae</item>
	</array>
</resources>