diff --git a/data/y-web/Y_Info_Menue.yhtm b/data/y-web/Y_Info_Menue.yhtm
index 4b03d1008..09eb71ca2 100644
--- a/data/y-web/Y_Info_Menue.yhtm
+++ b/data/y-web/Y_Info_Menue.yhtm
@@ -22,14 +22,14 @@ function init(){
{=L:info.about_yweb=}
-
- {=L:info.help=}
-
{=var-set:m_link_href=Y_Info_Updates.yhtm=}
{=var-set:m_link_text={=L:info.check_for_updates=}=}
{=include-block:Y_Blocks.txt;management_link=}
+
+ {=L:info.help=}
+
diff --git a/data/y-web/Y_Version.txt b/data/y-web/Y_Version.txt
index 722c5d32c..b47edf439 100644
--- a/data/y-web/Y_Version.txt
+++ b/data/y-web/Y_Version.txt
@@ -1,3 +1,3 @@
-version=3.0.50
-date=02.03.2023
+version=3.0.51
+date=03.03.2023
info=NI-Neutrino-Webinterface
diff --git a/src/nhttpd/tuxboxapi/neutrinoyparser.h b/src/nhttpd/tuxboxapi/neutrinoyparser.h
index a53d6236f..ee3523028 100644
--- a/src/nhttpd/tuxboxapi/neutrinoyparser.h
+++ b/src/nhttpd/tuxboxapi/neutrinoyparser.h
@@ -52,7 +52,6 @@ private:
std::string func_get_webtv_list(CyhookHandler *hh, std::string para);
std::string func_get_webradio_list(CyhookHandler *hh, std::string para);
std::string func_get_xmltv_list(CyhookHandler *hh, std::string para);
- //NI y-funcs
std::string func_infoicons_set_values(CyhookHandler *hh, std::string para);
std::string func_netfs_set_values(CyhookHandler *hh, std::string para);
std::string func_netfs_read_config(CyhookHandler *hh, std::string para);