1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-22 22:37:37 +01:00

style: formattazione codice

This commit is contained in:
valentina 2025-02-12 08:48:53 +01:00
parent 21056db87a
commit c7b57464e1
3 changed files with 15 additions and 15 deletions

View File

@ -18,10 +18,10 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
echo '
echo '
<p class="text-right">
'.tr('_YEAR_/_PAGE_', [
'_PAGE_' => '{PAGENO}',
'_YEAR_' => date('Y'),
]).'
]).'
</p>';

View File

@ -23,5 +23,5 @@ echo '
'.tr('_YEAR_/_PAGE_', [
'_PAGE_' => '{PAGENO}',
'_YEAR_' => date('Y'),
]).'
]).'
</p>';