diff --git a/fhem/contrib/98_GAEBUS.pm b/fhem/contrib/98_GAEBUS.pm
index fe9849b08..15780c754 100644
--- a/fhem/contrib/98_GAEBUS.pm
+++ b/fhem/contrib/98_GAEBUS.pm
@@ -6,6 +6,7 @@
# 21.07.2015 : A.Goebel : start implementation for "set .. write"
# 23.07.2015 : A.Goebel : event-on-change-reading added to attributes
# 08.09.2015 : A.Goebel : limit number of socket-open retries in GetUpdates loop
+# 10.09.2015 : A.Goebel : fix html code of commandref
package main;
use strict;
@@ -791,6 +792,7 @@ GAEBUS_GetUpdates($)
[r]~<class>~<variable-name>~<comment from csv>
Valid combinations are read from the .csv files in directory "ebusd" and are selectable
Values from the attributes will be used as the name for the reading which are read from ebusd in the interval specified.
+
@@ -803,6 +805,7 @@ GAEBUS_GetUpdates($)