aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2017-09-29 14:47:17 +0200
committerClaude <longneck@scratchbook.ch>2017-09-29 14:47:17 +0200
commite170c9b02c1ff809070a21b111fa8bae4003f05f (patch)
tree0ba4e92bf6faef742ffbcaa85d03ad52da5c84a9
parent6ea5cbf4038609dbc1434ca2ecc14be6901eb2ea (diff)
downloadstikked-fit-e170c9b02c1ff809070a21b111fa8bae4003f05f.tar.gz
stikked-fit-e170c9b02c1ff809070a21b111fa8bae4003f05f.tar.bz2
stikked-fit-e170c9b02c1ff809070a21b111fa8bae4003f05f.zip
remove echo and strange chars
-rw-r--r--htdocs/themes/bootstrap/views/defaults/paste_form.php1
-rw-r--r--htdocs/themes/cleanwhite/views/defaults/paste_form.php1
-rw-r--r--htdocs/themes/geocities/views/defaults/paste_form.php1
-rw-r--r--htdocs/themes/i386/views/defaults/paste_form.php1
-rw-r--r--htdocs/themes/stikkedizr/views/defaults/paste_form.php4
5 files changed, 1 insertions, 7 deletions
diff --git a/htdocs/themes/bootstrap/views/defaults/paste_form.php b/htdocs/themes/bootstrap/views/defaults/paste_form.php
index 27fbca9..f2874fe 100644
--- a/htdocs/themes/bootstrap/views/defaults/paste_form.php
+++ b/htdocs/themes/bootstrap/views/defaults/paste_form.php
@@ -1,4 +1,3 @@
-
<?php echo validation_errors(); ?>
<div class="row">
diff --git a/htdocs/themes/cleanwhite/views/defaults/paste_form.php b/htdocs/themes/cleanwhite/views/defaults/paste_form.php
index 03ad6f7..ad28bec 100644
--- a/htdocs/themes/cleanwhite/views/defaults/paste_form.php
+++ b/htdocs/themes/cleanwhite/views/defaults/paste_form.php
@@ -1,4 +1,3 @@
-
<?php echo validation_errors(); ?>
<div class="form_wrapper margin">
diff --git a/htdocs/themes/geocities/views/defaults/paste_form.php b/htdocs/themes/geocities/views/defaults/paste_form.php
index 2d70810..541d49a 100644
--- a/htdocs/themes/geocities/views/defaults/paste_form.php
+++ b/htdocs/themes/geocities/views/defaults/paste_form.php
@@ -1,4 +1,3 @@
-
<?php echo validation_errors(); ?>
<div class="row">
diff --git a/htdocs/themes/i386/views/defaults/paste_form.php b/htdocs/themes/i386/views/defaults/paste_form.php
index e26f68b..5a236e6 100644
--- a/htdocs/themes/i386/views/defaults/paste_form.php
+++ b/htdocs/themes/i386/views/defaults/paste_form.php
@@ -1,4 +1,3 @@
-
<?php echo validation_errors(); ?>
<div class="row">
diff --git a/htdocs/themes/stikkedizr/views/defaults/paste_form.php b/htdocs/themes/stikkedizr/views/defaults/paste_form.php
index 967c0bf..c0236f5 100644
--- a/htdocs/themes/stikkedizr/views/defaults/paste_form.php
+++ b/htdocs/themes/stikkedizr/views/defaults/paste_form.php
@@ -1,6 +1,4 @@
-
-<?php echo validation_errors(); ?>
-<?php echo "hello"; ?>
+<?php echo validation_errors(); ?>
<div class="row">
<div class="col-12 col-sm-12 col-lg-12">

© 2014-2024 Faster IT GmbH | imprint | privacy policy