projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52f41e2
)
fix ForgePlucker header for 5.1
author
Thorsten Glaser
<mirabilos@evolvis.org>
Fri, 13 May 2011 14:37:38 +0000
(14:37 +0000)
committer
Thorsten Glaser
<mirabilos@evolvis.org>
Fri, 13 May 2011 14:37:38 +0000
(14:37 +0000)
XXX a better fix is in taramir/debpkg-versioning probably for trunk
src/www/include/Layout.class.php
patch
|
blob
|
history
diff --git
a/src/www/include/Layout.class.php
b/src/www/include/Layout.class.php
index
137f441
..
62b7fe4
100644
(file)
--- a/
src/www/include/Layout.class.php
+++ b/
src/www/include/Layout.class.php
@@
-342,9
+342,8
@@
class Layout extends Error {
* cf. http://home.gna.org/forgeplucker/forge-identification.html
*/
$ff = new FusionForge();
- return sprintf('<meta name="Forge-Identification" content="%s:%s" />',
- $ff->software_name,
- $ff->software_version) . "\n";
+ printf('<meta name="Forge-Identification" content="%s:%s" />\n',
+ $ff->software_name, $ff->software_version);
}
function bodyHeader($params){