From a935422b27fcfc8713c63033c419081b5731fcff Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Tue, 4 Oct 2005 14:15:11 +0200 Subject: 2005-10-04: 0.97-am3.4.1 - Fixed some bugs: -> Selected channel is remembered when editing AutoTimers (Reported by Scorp). -> Recording streaming didn't work in some cases (Reported by several people @vdr-portal.de). -> Recording commands didn't work in some cases (Reported by several people @vdr-portal.de). -> Watch TV and remote control didn't work (Reported by several people @vdr-portal.de). -> INFO button in prog_list2 didn't work. -> Getting back from timer_new to prog_summary/prog_list/prog_list2 again scrolls to line with previously selected item (Reported by Scorp). - Updated translations - Fixed some more HTMLtidy warnings. --- tools/check.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tools/check.sh (limited to 'tools/check.sh') diff --git a/tools/check.sh b/tools/check.sh new file mode 100755 index 0000000..823d724 --- /dev/null +++ b/tools/check.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +[ -z "$1" ] && exit 1 + +cat $1 | sed -e 's#<\(tmpl_[^>]*\)>#<%!\1 /!%>#g' -e 's#]*\)>#<%!\1 /!%>#g' | tidy -xml +#cat $1 | sed -e 's#\(]*\)>#\1 />#g' -e 's#\(#\1 />#g' | tidy -xml -- cgit v1.2.3