diff options
Diffstat (limited to 'de-de/pug-de.html.markdown')
-rw-r--r-- | de-de/pug-de.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
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 styles="{"color":"white","background-color":"blue"}"></div> +div(style=meineStile) +//- <div style="color:white;background-color:blue;"></div> //- JS Attributte - const meineAttribute = {"src": "foto.png", "alt": "meine Bilder"} |