mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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:
parent
3940f9e137
commit
bfd84673f0
@ -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)
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user