Small fix to about text.
This commit is contained in:
parent
f851f518d3
commit
adb6c84c16
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ page_about(http_connection_t *hc, const char *remain, void *opaque)
|
||||||
"<a href=\"http://www.ffmpeg.org/\">FFmpeg</a> and "
|
"<a href=\"http://www.ffmpeg.org/\">FFmpeg</a> and "
|
||||||
"<a href=\"http://www.extjs.org/\">ExtJS</a>.<br>"
|
"<a href=\"http://www.extjs.org/\">ExtJS</a>.<br>"
|
||||||
"<br>"
|
"<br>"
|
||||||
"Build %s"
|
"Build: %s"
|
||||||
"</center>",
|
"</center>",
|
||||||
htsversion,
|
htsversion,
|
||||||
htsversion_full);
|
htsversion_full);
|
||||||
|
|
Loading…
Add table
Reference in a new issue