diff options
author | Jonas Smedegaard <dr@jones.dk> | 2022-12-10 12:14:45 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-04-06 10:36:34 +0200 |
commit | fd383e18f9db50c9be83161de7912a208e6aeae6 (patch) | |
tree | a6bf88a8aa9257714936861d63e199dbdb653908 /video/2014 | |
parent | b11efef23033086bab6084e6c2d6683026df9654 (diff) |
normalize directives to always quote variables
command:
```
find * -type f -name '*.mdwn' -execdir perl -gpi -e 's/(?:class|link|size|stem|width|height)=\K[^=\s"\]>]+/"$&"/g;' '{}' +
```
Diffstat (limited to 'video/2014')
-rw-r--r-- | video/2014/nbro.mdwn | 2 | ||||
-rw-r--r-- | video/2014/ridebanen.mdwn | 2 | ||||
-rw-r--r-- | video/2014/superkilen.mdwn | 2 | ||||
-rw-r--r-- | video/2014/wessel.mdwn | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/video/2014/nbro.mdwn b/video/2014/nbro.mdwn index e01d381b..cac62a7a 100644 --- a/video/2014/nbro.mdwn +++ b/video/2014/nbro.mdwn @@ -1 +1 @@ -[[!template id=video title="Ved Nørrebro Station" stem=2014/nbro width=576 height=316]] +[[!template id=video title="Ved Nørrebro Station" stem="2014/nbro" width="576" height="316"]] diff --git a/video/2014/ridebanen.mdwn b/video/2014/ridebanen.mdwn index e1a4512d..c16ebf70 100644 --- a/video/2014/ridebanen.mdwn +++ b/video/2014/ridebanen.mdwn @@ -1 +1 @@ -[[!template id=video title="En kongelig Affære" stem=2014/ridebanen width=576 height=316]] +[[!template id=video title="En kongelig Affære" stem="2014/ridebanen" width="576" height="316"]] diff --git a/video/2014/superkilen.mdwn b/video/2014/superkilen.mdwn index 1d9444fb..2a33feca 100644 --- a/video/2014/superkilen.mdwn +++ b/video/2014/superkilen.mdwn @@ -1 +1 @@ -[[!template id=video title="Superkilen" stem=2014/superkilen width=576 height=316]] +[[!template id=video title="Superkilen" stem="2014/superkilen" width="576" height="316"]] diff --git a/video/2014/wessel.mdwn b/video/2014/wessel.mdwn index c25b5da9..9841dafd 100644 --- a/video/2014/wessel.mdwn +++ b/video/2014/wessel.mdwn @@ -1 +1 @@ -[[!template id=video title="Smeden og Bageren" stem=2014/wessel width=576 height=316]] +[[!template id=video title="Smeden og Bageren" stem="2014/wessel" width="576" height="316"]] |