forked from miguel456/rbrecruiter
Fix unclosed a tag causing whole page to be a link
This commit is contained in:
parent
326e0f8c7c
commit
a10f3f9c96
|
@ -128,7 +128,7 @@
|
||||||
|
|
||||||
<label for="aboutMe">{{__('messages.profile.about_me')}}</label>
|
<label for="aboutMe">{{__('messages.profile.about_me')}}</label>
|
||||||
<textarea name="aboutMe" id="aboutMe" rows="8" class="form-control">{{$profile->profileAboutMe}}</textarea>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue