Explorar o código

Budget fix php open tag

Piotr Labudda %!s(int64=11) %!d(string=hai) anos
pai
achega
7c6312a1ef
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      SE/superedit-BUDGET_ANALYTICS.php

+ 2 - 2
SE/superedit-BUDGET_ANALYTICS.php

@@ -23,7 +23,7 @@ function BUDGET_ANALYTICS() {
 		<div class="alert alert-warning">
 			Nie wybrano roku.
 		</div>
-		<?
+		<?php
 		return;
 	}
 
@@ -33,7 +33,7 @@ function BUDGET_ANALYTICS() {
 		<div class="alert alert-warning">
 			Brak danych na wybrany rok.
 		</div>
-		<?
+		<?php
 		return;
 	}