Change html b to strong
This commit is contained in:
parent
3af59eaba4
commit
5e577ed133
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@
|
|||
<form action="{{$baseurl}}/admin/site" method="post">
|
||||
<input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
|
||||
<h3>{{$relocate}}</h3>
|
||||
<b>{{$relocate_warning}}</b>
|
||||
<strong>{{$relocate_warning}}</strong>
|
||||
{{include file="field_input.tpl" field=$relocate_url}}
|
||||
<input type="hidden" name="page_site" value="{{$submit|escape:'html'}}">
|
||||
<div class="submit"><input type="submit" name="relocate" value="{{$relocate_button|escape:'html'}}" /></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue