Show SVN revision on bottom of page

SVN revision: 1596
This commit is contained in:
2006-01-11 19:33:56 +00:00
parent ab86f43c0d
commit d65d59cb0f
+2 -2
View File
@@ -7037,8 +7037,8 @@ void show_bottom_text(LOGBOOK * lbs)
} else
/* add little logo */
rsprintf
("<center><a class=\"bottomlink\" title=\"%s\" href=\"http://midas.psi.ch/elog/\">ELOG V%s</a></center>",
loc("Goto ELOG home page"), VERSION);
("<center><a class=\"bottomlink\" title=\"%s\" href=\"http://midas.psi.ch/elog/\">ELOG V%s-%d</a></center>",
loc("Goto ELOG home page"), VERSION, atoi(svn_revision+13));
}
/*------------------------------------------------------------------*/