You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ts...@apache.org on 2015/12/12 06:20:58 UTC

wicket git commit: xWICKET-6042 - documentation - fixed markup

Repository: wicket
Updated Branches:
  refs/heads/master b532dbb64 -> f0efa8e22


xWICKET-6042 - documentation - fixed markup

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f0efa8e2
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f0efa8e2
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f0efa8e2

Branch: refs/heads/master
Commit: f0efa8e2205529daa966c4cd1b0008c27d759d94
Parents: b532dbb
Author: Tobias Soloschenko <ts...@apache.org>
Authored: Sat Dec 12 06:19:28 2015 +0100
Committer: Tobias Soloschenko <ts...@apache.org>
Committed: Sat Dec 12 06:19:28 2015 +0100

----------------------------------------------------------------------
 wicket-user-guide/src/docs/guide/resources/resources_16.gdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/f0efa8e2/wicket-user-guide/src/docs/guide/resources/resources_16.gdoc
----------------------------------------------------------------------
diff --git a/wicket-user-guide/src/docs/guide/resources/resources_16.gdoc b/wicket-user-guide/src/docs/guide/resources/resources_16.gdoc
index 3a8c152..21b1419 100644
--- a/wicket-user-guide/src/docs/guide/resources/resources_16.gdoc
+++ b/wicket-user-guide/src/docs/guide/resources/resources_16.gdoc
@@ -14,7 +14,7 @@ add(new ExternalImage("url"));
 
 HTML:
 {code}
-<video wicket:id="video"/>
+<img wicket:id="url" />
 {code}
 
 The ExternalImage can also be constructed by passing in a Model (src) and Model of List (srcSet). For ExternalSource only the srcSet is available.
\ No newline at end of file