1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15699] Apply suggested fixes

PHPBB3-15699
This commit is contained in:
rubencm
2021-03-21 17:59:45 +01:00
committed by Ruben Calvo
parent 43fb6ebe7a
commit 4b46939258
2 changed files with 12 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<h1>{{ lang('STORAGE_TITLE') }}</h1>
{% if S_CONTINUE_UPDATING %}
<script type="text/javascript">
<script>
// <![CDATA[
/**
* Popup storage update progress bar
@@ -61,7 +61,6 @@
{% endif %}
<form id="acp_storage" method="post" action="{{ U_ACTION }}">
{% for storage in STORAGES %}
<fieldset>
<legend>{{ lang('STORAGE_' ~ storage.get_name | upper ~ '_TITLE') }}</legend>