Commit e295f258 authored by Frank Bergmann's avatar Frank Bergmann

cosine 5617: Fixed typo

parent 5f04a2e4
......@@ -1742,7 +1742,7 @@ ad_proc -public im_footer {
if {"" != $src} { append row " src='$src'" }
if {"" != $charset} { append row " charset='$charset'" }
if {"" != $defer} { append row " defer='$defer'" }
if {"" != $asybc} { append row " async='$async'" }
if {"" != $async} { append row " async='$async'" }
if {"" != $integrity} { append row " integrity='$integrity'" }
if {"" != $crossorigin} { append row " crossorigin='$crossorigin'" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment