Skip to content

Commit 344ec8c

Browse files
authored
fix(macro): Fix two flaws in CSSRef.ejs (#11081)
1 parent e561699 commit 344ec8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: kumascript/macros/CSSRef.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1119,8 +1119,8 @@ async function buildPropertylist(pages, title) {
11191119

11201120
<ol>
11211121
<li class="section"><%-smartLink(`/${locale}/docs/Web/CSS`, null, 'CSS')%></li>
1122-
<li class="section"><%-smartLink(`${learnURL}/CSS`, null, text['Tutorials'])%></li>
1123-
<li><%-smartLink(`${learnURL}/Getting_started_with_the_web/CSS_basics`, null, text['CSS_basics'])%></li>
1122+
<li class="section"><%-smartLink(`${learnURL}CSS`, null, text['Tutorials'])%></li>
1123+
<li><%-smartLink(`${learnURL}Getting_started_with_the_web/CSS_basics`, null, text['CSS_basics'])%></li>
11241124
<li class="toggle">
11251125
<details>
11261126
<summary><%=text['CSS_first_steps']%></summary>

0 commit comments

Comments
 (0)