From f6f88843aafe9a60569f7b93ae175cfd7281d260 Mon Sep 17 00:00:00 2001 From: Imran Khan <42691857+astr0n0mer@users.noreply.github.com> Date: Mon, 13 May 2024 12:32:44 +0530 Subject: [pug/en] Fix style attribute syntax error (#4653) --- de-de/pug-de.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'de-de') diff --git a/de-de/pug-de.html.markdown b/de-de/pug-de.html.markdown index ebc32622..e4229622 100644 --- a/de-de/pug-de.html.markdown +++ b/de-de/pug-de.html.markdown @@ -84,8 +84,8 @@ div(class=meineKlasse) //- JS Stil - const meineStile = {'color':'white', 'background-color':'blue'} -div(styles=meineStile) -//-
+div(style=meineStile) +//-
//- JS Attributte - const meineAttribute = {"src": "foto.png", "alt": "meine Bilder"} -- cgit v1.2.3