You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by pe...@apache.org on 2013/04/18 22:42:02 UTC

git commit: Fix newline issue in Genshi text template

Updated Branches:
  refs/heads/master 346b15058 -> 4ac36f9fb


Fix newline issue in Genshi text template

Signed-off-by: Peter Hartmann <pe...@apache.org>

Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/4ac36f9f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/4ac36f9f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/4ac36f9f

Branch: refs/heads/master
Commit: 4ac36f9fb14952bf74c0df3701264ef08736d558
Parents: 346b150
Author: Peter Hartmann <pe...@apache.org>
Authored: Thu Apr 18 22:41:18 2013 +0200
Committer: Peter Hartmann <pe...@apache.org>
Committed: Thu Apr 18 22:41:18 2013 +0200

----------------------------------------------------------------------
 ForgeTracker/forgetracker/data/ticket_changed_tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/4ac36f9f/ForgeTracker/forgetracker/data/ticket_changed_tmpl
----------------------------------------------------------------------
diff --git a/ForgeTracker/forgetracker/data/ticket_changed_tmpl b/ForgeTracker/forgetracker/data/ticket_changed_tmpl
index e12ec8a..3043949 100644
--- a/ForgeTracker/forgetracker/data/ticket_changed_tmpl
+++ b/ForgeTracker/forgetracker/data/ticket_changed_tmpl
@@ -15,7 +15,7 @@
        KIND, either express or implied.  See the License for the
        specific language governing permissions and limitations
        under the License.
-#}
+#}\
 {% python import difflib %}\
 {% python from allura.model import User %}\
 {% for key, values in changelist %}\