Giter Club home page Giter Club logo

Comments (2)

GrahamCampbell avatar GrahamCampbell commented on July 18, 2024

DOMDocument::loadXML(): Unescaped '<' not allowed in attributes values in Entity, line: 11 is raised when parsing:

<div class="hidden-xs">
    <div class="jumbotron">
        <div class="hidden-sm">
            <h1><?php echo Config::get("platform.name"); ?></h1>
        </div>
        <div class="visible-sm">
            <h1><?php echo Config::get("platform.name"); ?></h1>
        </div>
        <p class="lead">Powered by Laravel 4 with Bootstrap CMS and Sentry 2</p>
        <?php if (Config::get('graham-campbell/credentials::regallowed')) { ?>
            <a class="btn btn-lg btn-success" href="<?php echo URL::route("account.register"); ?>">Sign Up Today</a>
        <?php } else { ?>
            <a class="btn btn-lg btn-success" href="<?php echo URL::route("pages.show", array("pages" => "about")); ?>">More Information</a>
        <?php } ?>
    </div>
</div>

<div class="visible-xs">
    <div class="jumbotron">
        <h1><?php echo Config::get("platform.name"); ?></h1>
        <p class="lead">Powered by Laravel 4 with Bootstrap CMS</p>
        <?php if (Config::get('graham-campbell/credentials::regallowed')) { ?>
            <a class="btn btn-lg btn-success" href="<?php echo URL::route("account.register"); ?>">Sign Up Today</a>
        <?php } else { ?>
            <a class="btn btn-lg btn-success" href="<?php echo URL::route("pages.show", array("pages" => "about")); ?>">More Information</a>
        <?php } ?>
    </div>
</div>

<hr>

<div class="row">

    <div class="col-md-4 col-xs-12">
        <h2>Welcome</h2>
        <p>Bootstrap CMS is a PHP CMS powered by <a href="http://laravel.com">Laravel 4.2</a> with <a href="https://github.com/GrahamCampbell/CMS-Core">Bootstrap CMS</a> and <a href="https://cartalyst.com/manual/sentry">Sentry 2</a>. Bootstrap CMS was created by, and is maintained by <a href="https://github.com/GrahamCampbell">Graham Campbell</a>.</p>
        <p>
            <a class="btn" href="<?php echo URL::route("pages.show", array("pages" => "about")); ?>">View details &raquo;</a>
        </p>
    </div>

    <div class="col-md-4 col-sm-6 col-xs-12">
        <h2>Forking</h2>
        <p>Feel free to fork this project and use it anywhere, in compliance with the <a href="https://github.com/GrahamCampbell/Bootstrap-CMS/blob/master/LICENSE.md">license</a>. Before submitting a pull request, please ensure your fork is up to date.</p>
        <p>
            <a class="btn" href="<?php echo URL::route("pages.show", array("pages" => "about")); ?>">View details &raquo;</a>
        </p>
    </div>

    <div class="col-md-4 col-sm-6 col-xs-12">
        <h2>More</h2>
        <p>The back-end leverages queuing and caching to keep it fast and smooth, while the front-end would also not be possible without <a href="http://getbootstrap.com">Bootstrap</a> and <a href="http://jquery.com">jQuery</a>.</p>
        <p>
            <a class="btn" href="<?php echo URL::route("pages.show", array("pages" => "about")); ?>">View details &raquo;</a>
        </p>
    </div>

</div>

The stack trace indicates this happens in line 169 of the parsedown extra class, called by line 159 of the parsedown class. (the latest tagged releases were used)

from parsedown-extra.

erusev avatar erusev commented on July 18, 2024

424e63f must have resolved this.

from parsedown-extra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.