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:
rudolfkoenig
2018-09-21 12:48:33 +00:00
parent a5d01e2ca0
commit c9d15f4f26

View File

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