Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-07-19 00:18:38 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-07-19 00:18:38 +0300
commit91b97fadc23a42a8e413ac9ce272e0209ec06b56 (patch)
treeff76f5a2797d390cb9e322d11338777027ae9765 /scripts
parentfec98e1450541c765c837343cdaff7987565143e (diff)
Remove unneeded closing tags.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-sprites2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-sprites b/scripts/generate-sprites
index 93320435d8..1b8ffb9477 100755
--- a/scripts/generate-sprites
+++ b/scripts/generate-sprites
@@ -136,7 +136,7 @@ if [ -d $1/themes ]; then
done
echo " );" >> $LIBRARY
echo "}" >> $LIBRARY
- echo "?>" >> $LIBRARY
+ echo "" >> $LIBRARY
# Back to the parent folder
cd ../..