summaryrefslogtreecommitdiffhomepage
path: root/de-de/pug-de.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'de-de/pug-de.html.markdown')
-rw-r--r--de-de/pug-de.html.markdown4
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="{&quot;color&quot;:&quot;white&quot;,&quot;background-color&quot;:&quot;blue&quot;}"></div>
+div(style=meineStile)
+//- <div style="color:white;background-color:blue;"></div>
//- JS Attributte
- const meineAttribute = {"src": "foto.png", "alt": "meine Bilder"}