Fix unclosed a tag causing whole page to be a link

This commit is contained in:
Miguel Nogueira 2020-09-02 18:36:35 +01:00
parent 326e0f8c7c
commit a10f3f9c96
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<label for="aboutMe">{{__('messages.profile.about_me')}}</label>
<textarea name="aboutMe" id="aboutMe" rows="8" class="form-control">{{$profile->profileAboutMe}}</textarea>
<p class="text-muted"><a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">{{__('messages.vacancy.markdown')}}</p>
<p class="text-muted"><a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">{{__('messages.vacancy.markdown')}}</a></p>
</div>