diff --git a/archive/community.applications-2017.10.20.txz b/archive/community.applications-2017.10.20.txz new file mode 100644 index 00000000..0c675098 Binary files /dev/null and b/archive/community.applications-2017.10.20.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page index b354b32f..062cf00f 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page @@ -1398,7 +1398,7 @@ function resizeDisplay() {
-
An update to Community Applications is Available. Click HERE to install the update
+
An update to Community Applications is Available. Click HERE to install the update
diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php index 59c499c7..9dc5b9be 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/include/exec.php @@ -603,7 +603,7 @@ function my_display_apps($viewMode,$file,$pageNumber=1,$officialFlag=false,$sele if ( $template['Date'] > strtotime($communitySettings['timeNew'] ) ) { $template['display_newIcon'] = ""; } - $template['display_changes'] = $template['Changes'] ? " " : ""; + $template['display_changes'] = $template['Changes'] ? " " : ""; $template['display_humanDate'] = date("F j, Y",$template['Date']); $template['display_dateUpdated'] = ($template['Date'] && is_file($communityPaths['newFlag']) ) ? "
Date Updated: ".$template['display_humanDate']."
" : "";