From c718b542b4a444cd064f829e3c376fed4e4946d9 Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Sun, 7 Nov 2010 11:39:49 +0000
Subject: [PATCH] HTML check (with Safari Web Inspactor)
git-svn-id: https://svn.fhem.de/fhem/trunk@754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
fhem/CHANGED | 1 +
fhem/docs/HOWTO.html | 7 ++-
fhem/docs/commandref.html | 68 ++++++++++++++---------------
fhem/docs/faq.html | 4 +-
fhem/docs/fhem.html | 10 ++++-
fhem/webfrontend/pgm2/01_FHEMWEB.pm | 21 ++++++---
fhem/webfrontend/pgm2/98_SVG.pm | 10 ++---
fhem/webfrontend/pgm2/svg.js | 10 ++---
8 files changed, 70 insertions(+), 61 deletions(-)
diff --git a/fhem/CHANGED b/fhem/CHANGED
index 65dcb9e07..326119631 100644
--- a/fhem/CHANGED
+++ b/fhem/CHANGED
@@ -8,6 +8,7 @@
- feature: decode CUL uptime
- feature: USB doc changes, FHZ initFS20_02/stopHMS parameters by Andreas.
- feature: CUL_HM (experimental) for HomeMatic devices.
+ - bugfix: HTML-Syntax check of the pgm2 output and documents (*.html)
- feature: added date alias for FHT80b (Boris)
- 2010-08-15 (5.0)
diff --git a/fhem/docs/HOWTO.html b/fhem/docs/HOWTO.html
index 8515445ca..e883a83ee 100644
--- a/fhem/docs/HOWTO.html
+++ b/fhem/docs/HOWTO.html
@@ -48,7 +48,7 @@
Skip this section if you installed fhem via the Debian package.
First install the Device::SerialPort (or Win32::SerialPort) perl module
- with the command "sudo cpan Device::SerialPort"
+ with the command "sudo cpan Device::SerialPort"
The default configuration will install fhem into /usr/bin,
/usr/share/fhem and /var/log/fhem and /etc/fhem.cfg. Edit the Makefile to
change this.
@@ -94,7 +94,7 @@
Note: Don't forget to type "save" in the "Fhem cmd" input field of
the browser after defining a device or setting its attribute. Otherwise
- the changes will disappear after the next start.
+ the changes will disappear after the next start.