From 2cd60a82eca5421a1ad4e9cced889d2b7710806a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 8 Dec 2015 15:19:02 +0100 Subject: [PATCH] https support fixes --- cgi-bin/autodist | 2 +- cgi-bin/webbuild | 2 +- functions.php | 11 +++++------ style.css | 4 ++++ 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/cgi-bin/autodist b/cgi-bin/autodist index e361c5f..45e0642 100755 --- a/cgi-bin/autodist +++ b/cgi-bin/autodist @@ -6,4 +6,4 @@ Pragma: no-cache " #curl "http://www2.openmamba.org/cgi-bin/autodist-internal.cgi?$QUERY_STRING" --stderr /dev/null -curl "http://buildvm01.openmamba.org/cgi-bin/autodist?$QUERY_STRING&FORMAT=xml" --stderr /dev/null +curl "https://buildvm01.openmamba.org/cgi-bin/autodist?$QUERY_STRING&FORMAT=xml" --stderr /dev/null diff --git a/cgi-bin/webbuild b/cgi-bin/webbuild index 5d74674..8d501cb 100755 --- a/cgi-bin/webbuild +++ b/cgi-bin/webbuild @@ -245,7 +245,7 @@ if [ "$REQUEST" = "refresh" -o "$REQUEST" = "refreshsocial" -o ! "$USER" ]; then USER_GRAVATAR=`echo -n $SEMAIL | md5sum | sed "s| .*||"` fi echo -n "
" - echo -n "
" + echo -n "" if [ "$SPRIVACY" -a ! "$USER" ]; then SUSER="a developer" elif [ "$USER" = "$SUSER" ]; then diff --git a/functions.php b/functions.php index ee7a0f5..895c8bb 100644 --- a/functions.php +++ b/functions.php @@ -237,12 +237,11 @@ function openmamba_distroquery_func() { else $outputlang = "en_US.UTF-8"; - print "

AJAX support is not enabled in your browser. Live page updates will not be available, press Reload to update.

"; - print "

"; - print "
 "; - - - print ""; + $ret = "

AJAX support is not enabled in your browser. Live page updates will not be available, press Reload to update.

"; + $ret .= "

"; + $ret .= "
 "; + $ret .= ""; + return $ret; } add_shortcode('openmamba_distroquery', 'openmamba_distroquery_func'); diff --git a/style.css b/style.css index 91488f1..10b1b36 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,10 @@ body { font-family: comfortaaregular, Arial, Helvetica, sans-serif; line-height: unset; } + +button, input, select, textarea { + margin:3px; +} #featured { //height: 380px;