mirror of
https://github.com/friendica/friendica
synced 2025-01-18 16:24:27 +00:00
spelling: separator
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
043716f06d
commit
81b04ef37a
2 changed files with 2 additions and 2 deletions
|
@ -3666,7 +3666,7 @@ section .profile-match-wrapper {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.fc .fc-listMonth-view .seperator {
|
.fc .fc-listMonth-view .separator {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -300,7 +300,7 @@ function formatListViewEvent(event) {
|
||||||
// The basic template for list view
|
// The basic template for list view
|
||||||
var template =
|
var template =
|
||||||
'<td class="fc-list-item-title fc-widget-content">\
|
'<td class="fc-list-item-title fc-widget-content">\
|
||||||
<hr class="seperator"></hr>\
|
<hr class="separator"></hr>\
|
||||||
<div class="event-card">\
|
<div class="event-card">\
|
||||||
<div class="popover-content hovercard-content">{0}</div>\
|
<div class="popover-content hovercard-content">{0}</div>\
|
||||||
</div>\
|
</div>\
|
||||||
|
|
Loading…
Reference in a new issue