diff options
author | Tim Flink <tflink@fedoraproject.org> | 2015-02-02 06:52:28 +0000 |
---|---|---|
committer | Tim Flink <tflink@fedoraproject.org> | 2015-02-02 06:52:28 +0000 |
commit | cf3c5dd0b478cfbb30e26c022fb24314f1b43cbf (patch) | |
tree | 7a76ebda2585761efe421fcd26e6e7f19e0888f1 | |
parent | 401c8621b4f4be099b7554e9f2620f8ae18b6435 (diff) | |
download | ansible-cf3c5dd0b478cfbb30e26c022fb24314f1b43cbf.tar.gz ansible-cf3c5dd0b478cfbb30e26c022fb24314f1b43cbf.tar.xz ansible-cf3c5dd0b478cfbb30e26c022fb24314f1b43cbf.zip |
fixing quotes in html to work with embedding in json
-rw-r--r-- | roles/phabricator/files/phabricator-welcome.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/phabricator/files/phabricator-welcome.html b/roles/phabricator/files/phabricator-welcome.html index 76b753f32..fef64cb9c 100644 --- a/roles/phabricator/files/phabricator-welcome.html +++ b/roles/phabricator/files/phabricator-welcome.html @@ -2,8 +2,8 @@ <p>The Fedora QA Devel team uses this phabricator instance for tracking issues, code reviews and some documentation. We can be reached through -<a href="https://admin.fedoraproject.org/mailman/listinfo/qa-devel">our mailing list</a> -or in the <a href="http://webchat.freenode.net/?channels=#fedora-qa"> #fedora-qa channel on Freenode</a>. +<a href='https://admin.fedoraproject.org/mailman/listinfo/qa-devel'>our mailing list</a> +or in the <a href='http://webchat.freenode.net/?channels=#fedora-qa'> #fedora-qa channel on Freenode</a>. </p> <br> @@ -11,6 +11,6 @@ or in the <a href="http://webchat.freenode.net/?channels=#fedora-qa"> #fedora-qa <h2>Useful Links</h2> <ul> - <li><a href="http://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/">Libtaskotron Documentation</a></li> - <li><a href="https://bitbucket.org/fedoraqa">Canonical Git Repos (bitbucket project)<li> + <li><a href='http://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/'>Libtaskotron Documentation</a></li> + <li><a href='https://bitbucket.org/fedoraqa'>Canonical Git Repos (bitbucket project)<li> </ul> |