Skip to content

Commit

Permalink
Properly named CSS class & keeps the other for compatibility for now (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Strohl authored Oct 7, 2020
1 parent ed13b35 commit 7c007a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%@ Control language="C#" Inherits="Dnn.PersonaBar.UI.UserControls.PersonaBarContainer" AutoEventWireup="false" Codebehind="PersonaBarContainer.ascx.cs" %>
<%@ Register TagPrefix="dnnweb" Namespace="DotNetNuke.Web.UI.WebControls" Assembly="DotNetNuke.Web" %>
<asp:Panel runat="server" ID="PersonaBarPanel" Visible="False" CssClass="personalBarContainer">
<asp:Panel runat="server" ID="PersonaBarPanel" Visible="False" CssClass="personaBarContainer personalBarContainer">
<div id="personabar-placeholder" class="personabar-placeholder">
<!--
A temporary UI placeholder to avoid the sliding effect when PersonaBar loads
Expand Down

0 comments on commit 7c007a2

Please sign in to comment.