You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
('favicon', 'The URL of the icon the web browser should display in bookmarks and tabs. This property is particularly useful if multiple sites are hosted on the same domain with different [``site_prefix``](https://github.com/sqlpage/SQLPage/blob/main/configuration.md#configuring-sqlpage).', 'URL', TRUE, TRUE),
@@ -1523,7 +1536,7 @@ SELECT
1523
1536
('shell', '
1524
1537
### A page without a shell
1525
1538
SQLPage provides the `shell-empty` component to create a page without a shell.
1526
-
In this case, the `html` and `body` tags are not generated, and the components are rendered directly in the page
1539
+
In this case, the `<html>` and `<body>` tags are not generated, and the components are rendered directly in the page
1527
1540
without any styling, navigation bar, footer, or dynamic content.
1528
1541
Any component whose name starts with `shell` will be considered as a shell component,
1529
1542
so you can also [create your own shell component](custom_components.sql#custom-shell).
0 commit comments