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 /city | |
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 'city')
-rw-r--r-- | city/topbar.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/city/topbar.mdwn b/city/topbar.mdwn index 87764917..56311189 100644 --- a/city/topbar.mdwn +++ b/city/topbar.mdwn @@ -1,4 +1,4 @@ -[[!img byvandring_branding.png link=index]] +[[!img byvandring_branding.png link="index"]] <div class="imgframe" style="background-image:url('oversigtfruetaarn2_x1600.jpg')"></div> * [[Turlisten|tours]] |