From ed05dcb4d617eec06359f1242b72bd60e8c66d34 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/fhem@754 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
CHANGED | 1 +
docs/HOWTO.html | 7 ++--
docs/commandref.html | 68 +++++++++++++++++-----------------
docs/faq.html | 4 +-
docs/fhem.html | 10 ++++-
webfrontend/pgm2/01_FHEMWEB.pm | 21 +++++++----
webfrontend/pgm2/98_SVG.pm | 10 ++---
webfrontend/pgm2/svg.js | 10 ++---
8 files changed, 70 insertions(+), 61 deletions(-)
diff --git a/CHANGED b/CHANGED
index 65dcb9e07..326119631 100644
--- a/CHANGED
+++ b/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/docs/HOWTO.html b/docs/HOWTO.html
index 8515445ca..e883a83ee 100644
--- a/docs/HOWTO.html
+++ b/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.