Skip to content

Commit 43d1b3e

Browse files
Merge pull request #19 from appwrite/fix-web-parsing
fix: web parsing
2 parents ed43008 + 561e4c6 commit 43d1b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/web-sources.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ for (const sdk of SDKS) {
7676

7777
// Ignore the header and footer
7878
const matches = html.match(
79-
/<main class="u-contents" id="main">(.*?)<\/main>/s
79+
/<main class="contents" id="main">(.*?)<\/main>/s
8080
);
8181
if (!matches || !matches[0]) {
8282
console.warn(`Skipping page ${url} - no <main> tag found`);

0 commit comments

Comments
 (0)