]> BookStack Code Mirror - bookstack/blobdiff - resources/views/api-docs/index.blade.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / resources / views / api-docs / index.blade.php
index 52ad9f8f4aa351d70acc8fabeaface4ca5ae83ef..9345a7bcead45420fdb3825b1cf51227edb21861 100644 (file)
@@ -16,6 +16,7 @@
                         <div class="mb-xs"><a href="#listing-endpoints">Listing Endpoints</a></div>
                         <div class="mb-xs"><a href="#error-handling">Error Handling</a></div>
                         <div class="mb-xs"><a href="#rate-limits">Rate Limits</a></div>
+                        <div class="mb-xs"><a href="#content-security">Content Security</a></div>
                     </div>
 
                     @foreach($docs as $model => $endpoints)
@@ -37,7 +38,7 @@
 
             <div style="overflow: auto;">
 
-                <section code-highlighter class="card content-wrap auto-height">
+                <section component="code-highlighter" class="card content-wrap auto-height">
                     @include('api-docs.parts.getting-started')
                 </section>