mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
commandref_modular.pl: fixing layout (Forum #101114)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@19575 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
57f3b56e63
commit
bf72fae5de
@ -593,6 +593,8 @@ contrib/98_FileLogConvert.pm DeeSPe Automatisierung
|
|||||||
contrib/97_SprinkleControl.pm Tobias Unterstützende Dienste
|
contrib/97_SprinkleControl.pm Tobias Unterstützende Dienste
|
||||||
contrib/98_Sprinkle.pm Tobias Unterstützende Dienste
|
contrib/98_Sprinkle.pm Tobias Unterstützende Dienste
|
||||||
contrib/betateilchen/* betateilchen Sonstiges
|
contrib/betateilchen/* betateilchen Sonstiges
|
||||||
|
contrib/commandref* rudolfkoenig Sonstiges
|
||||||
|
contrib/pre-commit rudolfkoenig Sonstiges
|
||||||
contrib/DEBIAN/* betateilchen Sonstiges
|
contrib/DEBIAN/* betateilchen Sonstiges
|
||||||
contrib/deprecated/70_Pushalot.pm Talkabout (deprecated)
|
contrib/deprecated/70_Pushalot.pm Talkabout (deprecated)
|
||||||
contrib/deprecated/95_PachLog.pm rudolfkoenig/orphan (deprecated)
|
contrib/deprecated/95_PachLog.pm rudolfkoenig/orphan (deprecated)
|
||||||
|
@ -92,6 +92,7 @@ for my $lang (@lang) {
|
|||||||
my $linkDumped = 0;
|
my $linkDumped = 0;
|
||||||
while(my $l = <IN>) {
|
while(my $l = <IN>) {
|
||||||
|
|
||||||
|
$l =~ s,class="commandref,class="commandref modular,;
|
||||||
print OUT $l;
|
print OUT $l;
|
||||||
if($l =~ m,\s*<title>,) {
|
if($l =~ m,\s*<title>,) {
|
||||||
print OUT << 'EOF'
|
print OUT << 'EOF'
|
||||||
|
@ -106,6 +106,7 @@ for my $lang (@lang) {
|
|||||||
my $linkDumped = 0;
|
my $linkDumped = 0;
|
||||||
while(my $l = <IN>) {
|
while(my $l = <IN>) {
|
||||||
|
|
||||||
|
$l =~ s,class="commandref,class="commandref modular,;
|
||||||
print OUT $l;
|
print OUT $l;
|
||||||
if($l =~ m,\s*<title>,) {
|
if($l =~ m,\s*<title>,) {
|
||||||
print OUT << 'EOF'
|
print OUT << 'EOF'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user