Skip to content

Commit

Permalink
Fixed bug with cfg.base_url UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogdani committed Aug 17, 2024
1 parent d03d5b3 commit 7e95a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cfg/tmpl/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="form-group">
<label class="control-label col-sm-2">{{ tr.get('cfg-base_url') }}</label>
<div class="col-sm-5">
<input name="base_url" class="form-control">{{ data.base_url }}</textarea>
<input name="base_url" class="form-control" value="{{ data.base_url }}" />
</div>
<div class="col-sm-5">
<span class="text-muted">The base URL of the site; if not provided will be inferred from the site URL</span>
Expand Down
1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
5.12.1[] = "Fixed bug with cfg.base_url UI"
5.12.0[] = "Added .gitignore file"
5.11.0[] = "Added cfg.base_url variable for sites served through proxies"
5.10.0[] = "Legacy controller.php route replaced by controller/"
Expand Down

0 comments on commit 7e95a33

Please sign in to comment.