diff options
author | Marjan Akbari <mrjakbari@gmail.com> | 2020-06-14 02:26:10 +0100 |
---|---|---|
committer | Marjan Akbari <mrjakbari@gmail.com> | 2020-06-14 02:26:10 +0100 |
commit | d609600142de5f0f383137ff994af86606e44eb1 (patch) | |
tree | a53bebb272181eb2435fce634a56a275f81352e8 | |
parent | e564f6d5e830b53df689968b245afdeb4451ea36 (diff) |
Correction of comment style in SVG file
In the previous commit, I added comment wrongly by having '%%'
around comment about copyright in the SVG file of the project-flow
image. Because of this mistake, the image was not displayed in the
website.
Whit this commit, I replaced '%%' with '<!--' and image can be seen in
the website.
-rw-r--r-- | img/project-flow.svg | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/img/project-flow.svg b/img/project-flow.svg index 747f68b..5fd882e 100644 --- a/img/project-flow.svg +++ b/img/project-flow.svg @@ -1,6 +1,8 @@ -%% Copyright (C) 2020, Marjan Akbari <mrjakbari@gmail.com> -%% This image is available under Creative Commons Attribution-ShareAlike -%% (CC BY-SA). License URL: https://creativecommons.org/licenses/by-sa/4.0 +<!-- +Copyright (C) 2020, Marjan Akbari <mrjakbari@gmail.com> +This image is available under Creative Commons Attribution-ShareAlike +(CC BY-SA). License URL: https://creativecommons.org/licenses/by-sa/4.0 +--> <svg width="288.43mm" height="171.84mm" version="1.1" viewBox="0 0 288.43 171.84" xmlns="http://www.w3.org/2000/svg"> <defs> <marker id="marker1293-7" overflow="visible" orient="auto"> |