Skip to content

Commit cba84f4

Browse files
committed
fix html q
1 parent a76039b commit cba84f4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

OpenFlow/src/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</ul>
7878
<a href ng-click="menuctrl.stopimpersonation()" class="btn btn-outline-secondary"
7979
ng-show="menuctrl.user.impostor != undefined && menuctrl.user.impostor != null && menuctrl.user.impostor != ''">
80-
<i class="fas fa-user-secret" style="color: red;"></i>
80+
<em class="fas fa-user-secret" style="color: red;"></em>
8181
</a>
8282
<a href="/Signout" class="btn btn-outline-secondary"><span translate lib="web">logout</span>
8383
{{menuctrl.user.name || menuctrl.user.username }}</a>

OpenFlow/src/public/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)