diff --git a/CONTROL/control b/CONTROL/control
index bc149fd..4b8d36e 100644
--- a/CONTROL/control
+++ b/CONTROL/control
@@ -1,7 +1,7 @@
Package: webif
Priority: optional
Section: web
-Version: 0.10.0-2
+Version: 0.10.0-3
Architecture: mipsel
Maintainer: af123@hummypkg.org.uk
Depends: webif-channelicons(>=1.0.3),mongoose(>=3.0-7),jim(>=0.73-1),jim-oo,jim-sqlite3(>=0.73),jim-cgi(>=0.5),service-control(>=1.2),busybox(>=1.19.3-1),lsof,epg(>=1.0.9),hmt(>=1.1.6),ssmtp,anacron,trm,openssl-command,nicesplice,id3v2,file,rsvsync(>=1.0.2),webif-charts(>=1.2),stripts(>=1.1.2),smartmontools
diff --git a/var/mongoose/cgi-bin/xepg.jim b/var/mongoose/cgi-bin/xepg.jim
index 4e09edd..b93c9f5 100755
--- a/var/mongoose/cgi-bin/xepg.jim
+++ b/var/mongoose/cgi-bin/xepg.jim
@@ -81,7 +81,7 @@ proc but {label time {active 1}} {
puts "
"
but "<< -1 Week" $($stt - 3600 * 24 * 7) \
- $($stt - $now + 1 >= 3600 * 24 * 7)
+ $($stt - $now + 3600 >= 3600 * 24 * 7)
but "<< -1 Day" $($stt - 3600 * 24) $($stt - $now >= 3600 * 23)
but "<< Earlier", $($stt - 3600 * 4) $($stt > $now)
but "< Now >" $now $($current == 0)
diff --git a/var/mongoose/html/img/mobile_114.png b/var/mongoose/html/img/mobile_114.png
new file mode 100644
index 0000000..a4cb165
Binary files /dev/null and b/var/mongoose/html/img/mobile_114.png differ
diff --git a/var/mongoose/html/img/mobile_144.png b/var/mongoose/html/img/mobile_144.png
new file mode 100644
index 0000000..149f933
Binary files /dev/null and b/var/mongoose/html/img/mobile_144.png differ
diff --git a/var/mongoose/html/img/mobile_57.png b/var/mongoose/html/img/mobile_57.png
new file mode 100644
index 0000000..85e51b3
Binary files /dev/null and b/var/mongoose/html/img/mobile_57.png differ
diff --git a/var/mongoose/html/img/mobile_72.png b/var/mongoose/html/img/mobile_72.png
new file mode 100644
index 0000000..66feb56
Binary files /dev/null and b/var/mongoose/html/img/mobile_72.png differ
diff --git a/var/mongoose/html/m/lib/header.jim b/var/mongoose/html/m/lib/header.jim
index c83fc62..50408b9 100755
--- a/var/mongoose/html/m/lib/header.jim
+++ b/var/mongoose/html/m/lib/header.jim
@@ -28,11 +28,11 @@ puts {
-
-
-
-
-
+
+
+
+
+
}
diff --git a/var/mongoose/lib/bin/auto b/var/mongoose/lib/bin/auto
index ddcd6a7..022c710 100755
--- a/var/mongoose/lib/bin/auto
+++ b/var/mongoose/lib/bin/auto
@@ -76,7 +76,7 @@ proc do_shrink {ts} {
puts " Estimate $perc% saving."
puts " Shrinking..."
if {[catch {
- puts [exec /mod/bin/stripts -q $file $tmp/shrunk]
+ puts [exec /mod/bin/stripts -fq $file $tmp/shrunk]
} msg]} {
puts "Error during shrink: $msg"
return