From 8138ff5eee681a8e75caaf812ef318d8a1b593aa Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Tue, 18 Jun 2013 23:33:16 -0700 Subject: [PATCH] self closing icon tag --- UI/AddSeries/AddSeriesTemplate.html | 4 +- .../UnmappedFolderCompositeViewTemplate.html | 4 +- UI/AddSeries/RootFolders/LayoutTemplate.html | 4 +- UI/Form/CheckboxTemplate.html | 4 +- UI/Form/PasswordTemplate.html | 4 +- UI/Form/SelectTemplate.html | 4 +- UI/Form/TextboxTemplate.html | 2 +- UI/History/ControlsColumnTemplate.html | 4 +- UI/Missing/ControlsColumnTemplate.html | 2 +- UI/Series/Edit/EditSeriesTemplate.html | 14 +++--- UI/Series/Index/List/ItemTemplate.html | 4 +- UI/Series/Index/Posters/ItemTemplate.html | 4 +- .../Index/Table/ControlsColumnTemplate.html | 4 +- .../DownloadClientTemplate.html | 46 +++++++++---------- UI/Settings/General/GeneralTemplate.html | 6 +-- UI/Settings/Misc/MiscTemplate.html | 10 ++-- UI/Settings/Naming/NamingTemplate.html | 20 ++++---- UI/Settings/Notifications/EditTemplate.html | 6 +-- UI/Settings/Notifications/ItemTemplate.html | 4 +- .../Profile/EditQualityProfileTemplate.html | 4 +- .../Profile/QualityProfileTemplate.html | 2 +- UI/Shared/Grid/PagerTemplate.html | 2 +- UI/Shared/SpinnerTemplate.html | 2 +- 23 files changed, 80 insertions(+), 80 deletions(-) diff --git a/UI/AddSeries/AddSeriesTemplate.html b/UI/AddSeries/AddSeriesTemplate.html index 9756cd3fd..4128fc220 100644 --- a/UI/AddSeries/AddSeriesTemplate.html +++ b/UI/AddSeries/AddSeriesTemplate.html @@ -1,9 +1,9 @@ 
-
\ No newline at end of file +
diff --git a/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html b/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html index 1fba79c58..cd94f27f9 100644 --- a/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html +++ b/UI/AddSeries/Existing/UnmappedFolderCompositeViewTemplate.html @@ -8,7 +8,7 @@ diff --git a/UI/AddSeries/RootFolders/LayoutTemplate.html b/UI/AddSeries/RootFolders/LayoutTemplate.html index 1db0790e2..d1bf59723 100644 --- a/UI/AddSeries/RootFolders/LayoutTemplate.html +++ b/UI/AddSeries/RootFolders/LayoutTemplate.html @@ -4,7 +4,7 @@ diff --git a/UI/Form/CheckboxTemplate.html b/UI/Form/CheckboxTemplate.html index 86794e965..90fccacc5 100644 --- a/UI/Form/CheckboxTemplate.html +++ b/UI/Form/CheckboxTemplate.html @@ -14,8 +14,8 @@ {{#if helpext}} - + {{/if}} - \ No newline at end of file + diff --git a/UI/Form/PasswordTemplate.html b/UI/Form/PasswordTemplate.html index 077b625fd..18b91a7dc 100644 --- a/UI/Form/PasswordTemplate.html +++ b/UI/Form/PasswordTemplate.html @@ -5,8 +5,8 @@ {{#if helpText}} - + {{/if}} - \ No newline at end of file + diff --git a/UI/Form/SelectTemplate.html b/UI/Form/SelectTemplate.html index f917a5fee..62feb61af 100644 --- a/UI/Form/SelectTemplate.html +++ b/UI/Form/SelectTemplate.html @@ -9,8 +9,8 @@ {{#if helpText}} - + {{/if}} - \ No newline at end of file + diff --git a/UI/Form/TextboxTemplate.html b/UI/Form/TextboxTemplate.html index 9f191cee5..d39f08db8 100644 --- a/UI/Form/TextboxTemplate.html +++ b/UI/Form/TextboxTemplate.html @@ -5,7 +5,7 @@ {{#if helpText}} - + {{/if}} diff --git a/UI/History/ControlsColumnTemplate.html b/UI/History/ControlsColumnTemplate.html index 2712fb5d5..869b7b965 100644 --- a/UI/History/ControlsColumnTemplate.html +++ b/UI/History/ControlsColumnTemplate.html @@ -1,2 +1,2 @@ - - \ No newline at end of file + + diff --git a/UI/Missing/ControlsColumnTemplate.html b/UI/Missing/ControlsColumnTemplate.html index 2783a2600..78292bfca 100644 --- a/UI/Missing/ControlsColumnTemplate.html +++ b/UI/Missing/ControlsColumnTemplate.html @@ -1 +1 @@ - \ No newline at end of file + diff --git a/UI/Series/Edit/EditSeriesTemplate.html b/UI/Series/Edit/EditSeriesTemplate.html index 1d96802d0..5903dd35e 100644 --- a/UI/Series/Edit/EditSeriesTemplate.html +++ b/UI/Series/Edit/EditSeriesTemplate.html @@ -20,7 +20,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -56,7 +56,7 @@ {{/each}} - + @@ -67,7 +67,7 @@
- +
@@ -82,7 +82,7 @@ - + @@ -93,7 +93,7 @@
- +
@@ -103,4 +103,4 @@ - \ No newline at end of file + diff --git a/UI/Series/Index/List/ItemTemplate.html b/UI/Series/Index/List/ItemTemplate.html index 7c5c5c39a..a0d064731 100644 --- a/UI/Series/Index/List/ItemTemplate.html +++ b/UI/Series/Index/List/ItemTemplate.html @@ -14,8 +14,8 @@
- - + +
diff --git a/UI/Series/Index/Posters/ItemTemplate.html b/UI/Series/Index/Posters/ItemTemplate.html index b7d30a454..76155782a 100644 --- a/UI/Series/Index/Posters/ItemTemplate.html +++ b/UI/Series/Index/Posters/ItemTemplate.html @@ -4,8 +4,8 @@
- - + +
{{#unless isContinuing}}
Ended
diff --git a/UI/Series/Index/Table/ControlsColumnTemplate.html b/UI/Series/Index/Table/ControlsColumnTemplate.html index 48f19e1df..042f6897e 100644 --- a/UI/Series/Index/Table/ControlsColumnTemplate.html +++ b/UI/Series/Index/Table/ControlsColumnTemplate.html @@ -1,2 +1,2 @@ - - \ No newline at end of file + + diff --git a/UI/Settings/DownloadClient/DownloadClientTemplate.html b/UI/Settings/DownloadClient/DownloadClientTemplate.html index 31eddaf2b..978083aad 100644 --- a/UI/Settings/DownloadClient/DownloadClientTemplate.html +++ b/UI/Settings/DownloadClient/DownloadClientTemplate.html @@ -12,7 +12,7 @@ - +
@@ -22,7 +22,7 @@
- +
@@ -38,7 +38,7 @@ + title="(Windows only) If access to SABnzbd doesn't require a username & password and it is on the same system as NzbDrone, you can auto-configure it"/> @@ -49,7 +49,7 @@
- +
@@ -60,7 +60,7 @@
- +
@@ -71,7 +71,7 @@
- +
@@ -82,7 +82,7 @@
- +
@@ -93,7 +93,7 @@
- +
@@ -104,7 +104,7 @@
- +
@@ -122,7 +122,7 @@ - + @@ -140,7 +140,7 @@ - + @@ -151,7 +151,7 @@
- +
@@ -165,7 +165,7 @@
- +
@@ -179,7 +179,7 @@
- +
@@ -193,7 +193,7 @@
- +
@@ -204,7 +204,7 @@
- +
@@ -215,7 +215,7 @@
- +
@@ -226,7 +226,7 @@
- +
@@ -237,7 +237,7 @@
- +
@@ -248,7 +248,7 @@
- +
@@ -266,7 +266,7 @@ - + @@ -284,7 +284,7 @@ - + @@ -295,7 +295,7 @@
- +
diff --git a/UI/Settings/General/GeneralTemplate.html b/UI/Settings/General/GeneralTemplate.html index 2a959f841..ea5285ad5 100644 --- a/UI/Settings/General/GeneralTemplate.html +++ b/UI/Settings/General/GeneralTemplate.html @@ -8,7 +8,7 @@
- +
@@ -30,7 +30,7 @@ - + @@ -67,4 +67,4 @@ - \ No newline at end of file + diff --git a/UI/Settings/Misc/MiscTemplate.html b/UI/Settings/Misc/MiscTemplate.html index d96e7cac0..7de970152 100644 --- a/UI/Settings/Misc/MiscTemplate.html +++ b/UI/Settings/Misc/MiscTemplate.html @@ -16,9 +16,9 @@ - + + recommended for users with block usenet accounts or bandwidth restrictions."/> @@ -38,7 +38,7 @@ - + @@ -49,9 +49,9 @@
- + Newline-delimited set of rules in the form of +|-:
- \ No newline at end of file + diff --git a/UI/Settings/Naming/NamingTemplate.html b/UI/Settings/Naming/NamingTemplate.html index 8d643a859..5fdc366f6 100644 --- a/UI/Settings/Naming/NamingTemplate.html +++ b/UI/Settings/Naming/NamingTemplate.html @@ -18,7 +18,7 @@ - + @@ -39,7 +39,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -102,7 +102,7 @@ - + @@ -113,7 +113,7 @@
- +
@@ -128,7 +128,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -160,9 +160,9 @@ - + - \ No newline at end of file + diff --git a/UI/Settings/Notifications/EditTemplate.html b/UI/Settings/Notifications/EditTemplate.html index 09ecc5411..f8992d075 100644 --- a/UI/Settings/Notifications/EditTemplate.html +++ b/UI/Settings/Notifications/EditTemplate.html @@ -31,7 +31,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/UI/Settings/Notifications/ItemTemplate.html b/UI/Settings/Notifications/ItemTemplate.html index a94dc230b..2b8eb04a5 100644 --- a/UI/Settings/Notifications/ItemTemplate.html +++ b/UI/Settings/Notifications/ItemTemplate.html @@ -4,6 +4,6 @@ - - + + diff --git a/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html b/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html index e393b4624..2a7f9bd20 100644 --- a/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html +++ b/UI/Settings/Quality/Profile/EditQualityProfileTemplate.html @@ -9,7 +9,7 @@
- +
@@ -22,7 +22,7 @@ {{/each}} - + diff --git a/UI/Settings/Quality/Profile/QualityProfileTemplate.html b/UI/Settings/Quality/Profile/QualityProfileTemplate.html index c73eec5aa..1887ab583 100644 --- a/UI/Settings/Quality/Profile/QualityProfileTemplate.html +++ b/UI/Settings/Quality/Profile/QualityProfileTemplate.html @@ -6,6 +6,6 @@ - + | Delete diff --git a/UI/Shared/Grid/PagerTemplate.html b/UI/Shared/Grid/PagerTemplate.html index 40a21f3e2..c86a3a50c 100644 --- a/UI/Shared/Grid/PagerTemplate.html +++ b/UI/Shared/Grid/PagerTemplate.html @@ -4,7 +4,7 @@ {{#if pageNumber}} {{label}} {{else}} - + {{/if}} {{/each}} diff --git a/UI/Shared/SpinnerTemplate.html b/UI/Shared/SpinnerTemplate.html index 43c430f33..ab1bf0b60 100644 --- a/UI/Shared/SpinnerTemplate.html +++ b/UI/Shared/SpinnerTemplate.html @@ -1 +1 @@ - \ No newline at end of file +