You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/01/30 04:38:31 UTC

[06/29] incubator-brooklyn git commit: Fixed stray end tag

Fixed stray end tag


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

Branch: refs/heads/master
Commit: 4b864fa4ddc3a298e8e3d452bd8e486baa745104
Parents: bb5f8e1
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Authored: Tue Jan 19 15:34:25 2016 +0000
Committer: Duncan Godwin <du...@cloudsoftcorp.com>
Committed: Tue Jan 19 15:34:25 2016 +0000

----------------------------------------------------------------------
 brooklyn-docs/guide/start/managing.md | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4b864fa4/brooklyn-docs/guide/start/managing.md
----------------------------------------------------------------------
diff --git a/brooklyn-docs/guide/start/managing.md b/brooklyn-docs/guide/start/managing.md
index cffd3a1..bb9cd3a 100644
--- a/brooklyn-docs/guide/start/managing.md
+++ b/brooklyn-docs/guide/start/managing.md
@@ -265,14 +265,11 @@ $ br app Tomcat ent TomcatServer:Wx7r effector deploy invoke -P url=https://tomc
 $ webapp=$(br app Tomcat ent TomcatServer:Wx7r sensor webapp.url | tr -d '"')
 $ curl $webapp/sample/
 {% endhighlight %}
-<pre>
-<html>
-<head>
-<title>Sample "Hello, World" Application</title>
-</head>
+    <html>
+    <head>
+    <title>Sample "Hello, World" Application</title>
+    </head>
 # etc. etc.
-</pre>
-
 
 ## Activities