webui: Small Best Practice Fixes

This commit is contained in:
Søren Rosiak
2017-01-02 02:03:23 +02:00
committed by Neil Lathwood
parent 28dff189c7
commit cdef7885aa
9 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ if (device_permitted($device['device_id'])) {
<a href="ssh://'.$device['hostname'].'"><img src="images/16/ssh.png" alt="ssh" title="SSH to '.$device['hostname'].'" border="0" width="16" height="16"></a>
</div>
<div class="col-xs-1">
<a href="https://'.$device['hostname'].'"><img src="images/16/http.png" alt="https" title="Launch browser https://'.$device['hostname'].'" border="0" width="16" height="16" target="_blank"></a>
<a href="https://'.$device['hostname'].'"><img src="images/16/http.png" alt="https" title="Launch browser https://'.$device['hostname'].'" border="0" width="16" height="16" target="_blank" rel="noopener"></a>
</div>
</div>';
}//end if