mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 07:35:13 -04:00
Previously something like `<h2 class="inlineblock"><?php p($l->t('Some title')) ?></h2>` was shown as `<h2 class="inlineblock">Some title` within the sidebar instead as `Some Title` due to the fact that the regex was catching these classes but was not properly running the string replace function.
|
||
|---|---|---|
| .. | ||
| ajax | ||
| changepassword | ||
| controller | ||
| css | ||
| factory | ||
| img | ||
| js | ||
| l10n | ||
| middleware | ||
| templates | ||
| tests/js | ||
| admin.php | ||
| application.php | ||
| help.php | ||
| languageCodes.php | ||
| personal.php | ||
| routes.php | ||
| users.php | ||