Browse Source

Budget fix php open tag

Piotr Labudda 11 years ago
parent
commit
7c6312a1ef
1 changed files with 2 additions and 2 deletions
  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">
 		<div class="alert alert-warning">
 			Nie wybrano roku.
 			Nie wybrano roku.
 		</div>
 		</div>
-		<?
+		<?php
 		return;
 		return;
 	}
 	}
 
 
@@ -33,7 +33,7 @@ function BUDGET_ANALYTICS() {
 		<div class="alert alert-warning">
 		<div class="alert alert-warning">
 			Brak danych na wybrany rok.
 			Brak danych na wybrany rok.
 		</div>
 		</div>
-		<?
+		<?php
 		return;
 		return;
 	}
 	}