• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Weird in source code

Status
Not open for further replies.

lantd

Chevereto Member
Website URL
<private>

Chevereto version
3.10.2

Description of the issue
Hello,

I found somthing weird in source code, could u please check it ?

peafowl /
dashboard.php
<div class="c12 phablet-c1"><textarea type="text" id="<?php echo $id; ?>" name="<?php echo $id; ?>" class="text-input r3" placeholder="<?php echo $banner['placeholder']; ?>"</textare><?php echo CHV\get_banner_code($id); ?></textarea></div>

What is </textare> ?


Duplicate key 'mock' at 63:10 services.json /app/vendor/guzzle/guzzle/tests/Guzzle/Tests/TestData/services line 63

Please check it !
Thank you.
 
HTML:
</textare>
Should be
HTML:
</textarea>

It will be added in the next release. Thanks for reporting this.
 
Status
Not open for further replies.
Back
Top