File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const footer = `<footer>
4343</footer>` ;
4444
4545const buildNoscriptHome = ( ) => {
46- return `<yesscript >
46+ return `<noscript >
4747 <title>Homebrew App Store</title>
4848 ${ getCssEmbed ( ) }
4949 <div class="nojs-page">
@@ -112,7 +112,7 @@ const buildNoscriptIndex = (platform, packages) => {
112112 } ;
113113
114114 // same as below, but for the main listing of the repo
115- return `<yesscript >
115+ return `<noscript >
116116 <title>Homebrew App Store (${ platform } )</title>
117117 ${ getCssEmbed ( platform ) }
118118 <div class="nojs-page">
@@ -165,7 +165,7 @@ const buildNoscriptHtml = (platform, package) => {
165165
166166 const parseNewlines = paragraph => paragraph . replace ( / \\ n / g, "<br/>" )
167167
168- return `<yesscript >
168+ return `<noscript >
169169 <title>${ package . title } by ${ package . author } - Homebrew App Store (${ platform } )</title>
170170 ${ getCssEmbed ( platform ) }
171171 <div class="nojs-page">
@@ -259,4 +259,4 @@ const buildNoscriptHtml = (platform, package) => {
259259 // and finally, write the home page
260260 const homeHTML = mainHTML . replace ( noscriptMarker , buildNoscriptHome ( ) ) ;
261261 fs . writeFileSync ( `index.html` , homeHTML ) ;
262- } ) ( ) ;
262+ } ) ( ) ; h
You can’t perform that action at this time.
0 commit comments