mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
spelling: possibility
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b25fcf9e68
commit
33f2e933e2
2 changed files with 2 additions and 2 deletions
|
@ -1373,7 +1373,7 @@ class BBCode
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// leave open the posibility of [map=something]
|
// leave open the possibility of [map=something]
|
||||||
// this is replaced in Item::prepareBody() which has knowledge of the item location
|
// this is replaced in Item::prepareBody() which has knowledge of the item location
|
||||||
if (strpos($text, '[/map]') !== false) {
|
if (strpos($text, '[/map]') !== false) {
|
||||||
$text = preg_replace_callback(
|
$text = preg_replace_callback(
|
||||||
|
|
|
@ -2183,7 +2183,7 @@ wall-item-comment-wrapper.well hr {
|
||||||
nav .acpopup {
|
nav .acpopup {
|
||||||
margin-left: -23px;
|
margin-left: -23px;
|
||||||
}
|
}
|
||||||
/** @todo: we schould consider the possebility to overwrite bootstrap dropdowns
|
/** @todo: we schould consider the possibility to overwrite bootstrap dropdowns
|
||||||
at the beginning of this file to get rid of the !important */
|
at the beginning of this file to get rid of the !important */
|
||||||
.textcomplete-item > a {
|
.textcomplete-item > a {
|
||||||
color: $font_color_darker !important;
|
color: $font_color_darker !important;
|
||||||
|
|
Loading…
Reference in a new issue