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:
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 ../..