diff options
author | Thomas Voss <thomasvoss@live.com> | 2022-01-13 22:41:52 +0100 |
---|---|---|
committer | Thomas Voss <thomasvoss@live.com> | 2022-01-13 22:41:52 +0100 |
commit | 610784b7eb6105bc3c4e5ea5aaeb8bc51535e49f (patch) | |
tree | 80c4a0351fda52fca2ccad5953656aeb1a8ba7fd | |
parent | e448ee4e94fcd18bfca31fbc89723e394a964b54 (diff) |
Remove emacs modeline
-rw-r--r-- | draughts/public/images/redpiece.svg | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/draughts/public/images/redpiece.svg b/draughts/public/images/redpiece.svg index 308a895..ae0bc42 100644 --- a/draughts/public/images/redpiece.svg +++ b/draughts/public/images/redpiece.svg @@ -1,6 +1,4 @@ -<!-- -*- major-mode: nxml-mode -*- --> - <svg version="1.1" width="10" height="10" xmlns="http://www.w3.org/2000/svg"> <circle cx="5" cy="5" r="5" fill="#803B2F" /> <circle cx="5" cy="5" r="3.5" fill="#9E3C2F" /> -</svg>
\ No newline at end of file +</svg> |