mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 23:36:37 +00:00
01_FHEMWEB.pm: fix a tag mismatch (thanks to Edge warning)
git-svn-id: https://svn.fhem.de/fhem/trunk@17379 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
4dd3dad637
commit
c5303b82fa
@ -1646,8 +1646,9 @@ FW_roomOverview($)
|
||||
FW_makeImage($icoName,$icoName,"icon")." " : "";
|
||||
|
||||
if($l1 eq "Save config") {
|
||||
$l1 .= '</a> <a id="saveCheck" class="changed" style="visibility:'.
|
||||
(int(@structChangeHist) ? 'visible' : 'hidden').'">?';
|
||||
$l1 .= '</span></a> '.
|
||||
'<a id="saveCheck" class="changed" style="visibility:'.
|
||||
(int(@structChangeHist) ? 'visible' : 'hidden').'"><span>?';
|
||||
}
|
||||
|
||||
# Force external browser if FHEMWEB is installed as an offline app.
|
||||
@ -2046,7 +2047,6 @@ sub
|
||||
FW_returnFileAsStream($$$$$)
|
||||
{
|
||||
my ($path, $suffix, $type, $doEsc, $cacheable) = @_;
|
||||
|
||||
my $etag;
|
||||
|
||||
if($cacheable) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user