mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Change html b to strong
This commit is contained in:
parent
3af59eaba4
commit
5e577ed133
2 changed files with 2 additions and 2 deletions
|
@ -353,7 +353,7 @@
|
|||
<div id="admin-settings-relocate-collapse" class="panel-collapse collapse" role="tabpanel" aria-labelledby="admin-settings-relocate">
|
||||
<div class="alert alert-danger alert-dismissible">
|
||||
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
|
||||
<b>{{$relocate_warning}}</b>
|
||||
<strong>{{$relocate_warning}}</strong>
|
||||
</div>
|
||||
{{* separate form for relocate... *}}
|
||||
<form action="{{$baseurl}}/admin/site" method="post">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue