diff options
author | Philipp Temminghoff <phil65@kodi.tv> | 2017-03-06 22:09:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-06 22:09:51 -0500 |
commit | 4854c21661270a3e9ed0b9364a4cbd57f11e9c35 (patch) | |
tree | 043afea68725bc655384c840c8b2b97fa46d4a21 /addons | |
parent | b0028dc20696124415a65ecc387a2eaa42d7e9ab (diff) | |
parent | 65bdd0d5a209defb15b71de25f005083b9159f8b (diff) |
Merge pull request #11757 from ronie/estuary-nohyphen
[estuary] remove hyphen as none value
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/MyPVRTimers.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addons/skin.estuary/xml/MyPVRTimers.xml b/addons/skin.estuary/xml/MyPVRTimers.xml index 22e30835aa..fd7c10294b 100644 --- a/addons/skin.estuary/xml/MyPVRTimers.xml +++ b/addons/skin.estuary/xml/MyPVRTimers.xml @@ -185,11 +185,11 @@ <include>PVRSideBar</include> </control> <control type="label" id="29"> - <font>-</font> + <font></font> <include>HiddenObject</include> </control> <control type="label" id="30"> - <font>-</font> + <font></font> <include>HiddenObject</include> </control> </controls> |