Skip to content

Commit

Permalink
CONTENTBOX-1498 #resolve
Browse files Browse the repository at this point in the history
Fix missing fieldset tag and improve code indenting
  • Loading branch information
kroche committed Nov 18, 2023
1 parent c3555cd commit ad74a98
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<cfoutput>
#html.startForm( name="siteSettingsForm", action=prc.xehSaveSettings )#
<fieldset>
<legend><i class="fa fa-globe fa-lg"></i> All Site Options</legend>
#html.startForm( name="siteSettingsForm", action=prc.xehSaveSettings )#
<fieldset>
<legend><i class="fa fa-globe fa-lg"></i> All Site Options</legend>

<!--- Caching of Settings --->
<div class="form-group">
Expand All @@ -26,7 +26,7 @@
)#
<div class="controls">
<p>
Choose the entry point in the URL to trigger the blog engine. The usual defaul entry point pattern is
Choose the entry point in the URL to trigger the blog engine. The usual default entry point pattern is
<code>blog</code>. Do not use symbols or slashes (/ \). This will apply to all registered sites.
</p>

Expand All @@ -45,7 +45,8 @@
</fieldset>

<!--- Site Maintenance --->
<legend><i class="fas fa-hand-holding-medical fa-lg"></i> <strong>Maintenance</strong></legend>
<fieldset>
<legend><i class="fas fa-hand-holding-medical fa-lg"></i> <strong>Maintenance</strong></legend>
<p>You can put your sites in maintenance mode if you are doing upgrades or anything funky!</p>
<!--- Site maintenance --->
<div class="form-group">
Expand Down

0 comments on commit ad74a98

Please sign in to comment.