Skip to content

Commit 3b3c1ed

Browse files
MauriceGarschmitz
authored andcommitted
Global-config: Typo single base at dynamicBaseEnabled
Closes gh-357
1 parent 382f35b commit 3b3c1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/global-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h2>Configurable options</h2>
126126
</dd>
127127
<br />
128128
<dt id="dynamicBaseEnabled"><code>dynamicBaseEnabled</code> <em>boolean</em>, default: true</dt>
129-
<dd>When this property is set to <code>false</code> the base tag value in browsers that support a dynamic base tag and URL prefixes in browsers that don't <em>won't</em> be updated to reflect where the page was loaded from. This means that resource references that are relative to the page on which they are defined may break. This option is available for web frameworks that operate under a universal base tag value where all links and assets are relative to a signal base.</dd>
129+
<dd>When this property is set to <code>false</code> the base tag value in browsers that support a dynamic base tag and URL prefixes in browsers that don't <em>won't</em> be updated to reflect where the page was loaded from. This means that resource references that are relative to the page on which they are defined may break. This option is available for web frameworks that operate under a universal base tag value where all links and assets are relative to a single base.</dd>
130130
<br />
131131
<dt id="focusClass"><code>focusClass</code> <em>string</em>, default: "ui-focus"</dt>
132132
<dd>The CSS class used for "active" button state.<div class="warning"><strong>Deprecated</strong> in 1.4 and will be removed in 1.5. The class "ui-focus" will continue to be applied to elements as before.</div></dd>

0 commit comments

Comments
 (0)