2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

commandref_modular.pl: fixing layout (Forum #101114)

git-svn-id: https://svn.fhem.de/fhem/trunk@19575 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2019-06-08 10:08:48 +00:00
parent 3940f9e137
commit bfd84673f0
3 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -92,6 +92,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'

View File

@ -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'