From a1fa260921216bd410d37cc4fdb1d80380f79842 Mon Sep 17 00:00:00 2001 From: Onkar Ruikar <87750369+OnkarRuikar@users.noreply.github.com> Date: Tue, 7 May 2024 11:51:31 +0530 Subject: [PATCH] fix(macro): Fix two flaws in CSSRef.ejs --- kumascript/macros/CSSRef.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kumascript/macros/CSSRef.ejs b/kumascript/macros/CSSRef.ejs index f8bc7550d880..6293e588471f 100644 --- a/kumascript/macros/CSSRef.ejs +++ b/kumascript/macros/CSSRef.ejs @@ -1119,8 +1119,8 @@ async function buildPropertylist(pages, title) {
  1. <%-smartLink(`/${locale}/docs/Web/CSS`, null, 'CSS')%>
  2. -
  3. <%-smartLink(`${learnURL}/CSS`, null, text['Tutorials'])%>
  4. -
  5. <%-smartLink(`${learnURL}/Getting_started_with_the_web/CSS_basics`, null, text['CSS_basics'])%>
  6. +
  7. <%-smartLink(`${learnURL}CSS`, null, text['Tutorials'])%>
  8. +
  9. <%-smartLink(`${learnURL}Getting_started_with_the_web/CSS_basics`, null, text['CSS_basics'])%>
  10. <%=text['CSS_first_steps']%>