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"} diff --git a/pug.html.markdown b/pug.html.markdown index 052c5dcc..64bf1d9a 100644 --- a/pug.html.markdown +++ b/pug.html.markdown @@ -80,8 +80,8 @@ div(class=myClass) //- JS Styles - const myStyles = {'color':'white', 'background-color':'blue'} -div(styles=myStyles) -//- +div(style=myStyles) +//- //- JS Attributes - const myAttributes = {"src": "photo.png", "alt": "My Photo"}