---
title: "Breaking: #83284 - Removed EXT:backend/Resources/Private/Templates/Close.html"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-83284"
source: "Changelog/9.0/Breaking-83284-RemovedExtBackendPrivateTemplatesCloseHtml.rst"
typo3-version: "9.0"
typo3-major: 9
type: "breaking"
issue: 83284
forge: "https://forge.typo3.org/issues/83284"
tags: ["Backend", "NotScanned"]
rendered: "2026-09-20T05:05:02+00:00"
---

# Breaking: #83284 - Removed EXT:backend/Resources/Private/Templates/Close.html {#breaking-83284}

See [forge#83284](https://forge.typo3.org/issues/83284)

## Description {#description}

The file `EXT:backend/Resources/Private/Templates/Close.html` has been removed.

## Impact {#impact}

Accessing the file `EXT:backend/Resources/Private/Templates/Close.html` will result in an empty
string returned or an exception, depending on the code to access it.

## Affected Installations {#affected-installations}

All instances, that manually access this file or use the extensions doing this..
The extension scanner of the install tool will find affected extensions.

## Migration {#migration}

Use the file `EXT:backend/Resources/Public/Html/Close.html` instead.
