Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Formatting of mixed PHP-HTML content #1

Closed
alex-krash opened this issue Aug 6, 2014 · 1 comment
Closed

Formatting of mixed PHP-HTML content #1

alex-krash opened this issue Aug 6, 2014 · 1 comment

Comments

@alex-krash
Copy link
Contributor

Formatting of example like

<?php
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");
$APPLICATION->SetPageProperty(
    "title",
    "TItile"
);
$APPLICATION->SetPageProperty("NOT_SHOW_NAV_CHAIN", "Y");
$APPLICATION->SetTitle("Index");
?>
<div class="row">
    <div class="col-xs-6 col-sm-4 index_block">
        <div class="title_index_block"><span>menu</span></div>
        <?php
$APPLICATION->IncludeFile(
    $APPLICATION->GetCurDir() . "/include/include.php",
    Array(),
    Array(
        "MODE"      => "html",
        "NAME"      => "Content",
    )
);
?>
    </div>

causes internal formatter error.

Sannis added a commit that referenced this issue Feb 20, 2017
@Sannis
Copy link
Member

Sannis commented Feb 20, 2017

@alex-krash work now.

@Sannis Sannis closed this as completed Feb 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants