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:
ed0c925
)
Remove h1, now in header.
author
Alain Peyrat
<aljeux@free.fr>
Fri, 11 Mar 2011 18:11:44 +0000
(18:11 +0000)
committer
Alain Peyrat
<aljeux@free.fr>
Fri, 11 Mar 2011 18:11:44 +0000
(18:11 +0000)
src/plugins/hudson/include/hudsonViews.class.php
patch
|
blob
|
history
diff --git
a/src/plugins/hudson/include/hudsonViews.class.php
b/src/plugins/hudson/include/hudsonViews.class.php
index 754984f2f69d3982fdf3e93f2d421e4695ad57eb..cd5b584898b8c82f2c58824e66be2a8029eb1226 100644
(file)
--- a/
src/plugins/hudson/include/hudsonViews.class.php
+++ b/
src/plugins/hudson/include/hudsonViews.class.php
@@
-2,6
+2,7
@@
/**
* Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
* Copyright (c) 2010 Alcatel-Lucent
+ * Copyright (C) 2011 Alain Peyrat - Alcatel-Lucent
*
* This file is a part of Codendi.
*
@@
-42,7
+43,7
@@
class hudsonViews extends Views {
parent::header();
// echo $this->_getHelp();
-
echo '<h1>'.$this->_getTitle().'</h1>';
+
//
echo '<h1>'.$this->_getTitle().'</h1>';
}
function _getTitle() {
// return _("Continuous Integration");