From bf72fae5de443afb2b2756eb66d273695f02e309 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 8 Jun 2019 10:08:48 +0000 Subject: [PATCH] commandref_modular.pl: fixing layout (Forum #101114) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19575 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- MAINTAINER.txt | 2 ++ contrib/commandref_modular.pl | 1 + contrib/commandref_static.pl | 1 + 3 files changed, 4 insertions(+) diff --git a/MAINTAINER.txt b/MAINTAINER.txt index 33a74a83c..7d1d4bcda 100644 --- a/MAINTAINER.txt +++ b/MAINTAINER.txt @@ -593,6 +593,8 @@ contrib/98_FileLogConvert.pm DeeSPe Automatisierung contrib/97_SprinkleControl.pm Tobias Unterstützende Dienste contrib/98_Sprinkle.pm Tobias Unterstützende Dienste contrib/betateilchen/* betateilchen Sonstiges +contrib/commandref* rudolfkoenig Sonstiges +contrib/pre-commit rudolfkoenig Sonstiges contrib/DEBIAN/* betateilchen Sonstiges contrib/deprecated/70_Pushalot.pm Talkabout (deprecated) contrib/deprecated/95_PachLog.pm rudolfkoenig/orphan (deprecated) diff --git a/contrib/commandref_modular.pl b/contrib/commandref_modular.pl index 8b7facf2e..94523523a 100644 --- a/contrib/commandref_modular.pl +++ b/contrib/commandref_modular.pl @@ -92,6 +92,7 @@ for my $lang (@lang) { my $linkDumped = 0; while(my $l = ) { + $l =~ s,class="commandref,class="commandref modular,; print OUT $l; if($l =~ m,\s*,) { print OUT << 'EOF' diff --git a/contrib/commandref_static.pl b/contrib/commandref_static.pl index 950b04850..8f457e297 100755 --- a/contrib/commandref_static.pl +++ b/contrib/commandref_static.pl @@ -106,6 +106,7 @@ for my $lang (@lang) { my $linkDumped = 0; while(my $l = <IN>) { + $l =~ s,class="commandref,class="commandref modular,; print OUT $l; if($l =~ m,\s*<title>,) { print OUT << 'EOF'