You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2017/02/08 01:20:26 UTC

[07/51] [partial] incubator-juneau-website git commit: Update docs for 6.0.1

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Object2.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Object2.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Object2.html
index e37b332..ad071ce 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Object2.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Object2.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element'&gt;&amp;lt;object&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element"&gt;&amp;lt;object&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="object")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Object2 extends HtmlElementMixed {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-data'&gt;data&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-data"&gt;data&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Address of the resource.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param data - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>
@@ -41,7 +41,7 @@
 <span class="sourceLineNo">033</span>   }<a name="line.33"></a>
 <span class="sourceLineNo">034</span><a name="line.34"></a>
 <span class="sourceLineNo">035</span>   /**<a name="line.35"></a>
-<span class="sourceLineNo">036</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'&gt;form&lt;/a&gt; attribute.<a name="line.36"></a>
+<span class="sourceLineNo">036</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form"&gt;form&lt;/a&gt; attribute.<a name="line.36"></a>
 <span class="sourceLineNo">037</span>    * Associates the control with a form element.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * @param form - The new value for this attribute.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
@@ -52,7 +52,7 @@
 <span class="sourceLineNo">044</span>   }<a name="line.44"></a>
 <span class="sourceLineNo">045</span><a name="line.45"></a>
 <span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height'&gt;height&lt;/a&gt; attribute.<a name="line.47"></a>
+<span class="sourceLineNo">047</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height"&gt;height&lt;/a&gt; attribute.<a name="line.47"></a>
 <span class="sourceLineNo">048</span>    * Vertical dimension.<a name="line.48"></a>
 <span class="sourceLineNo">049</span>    * @param height - The new value for this attribute.<a name="line.49"></a>
 <span class="sourceLineNo">050</span>    *    Typically a {@link Number} or {@link String}.<a name="line.50"></a>
@@ -64,7 +64,7 @@
 <span class="sourceLineNo">056</span>   }<a name="line.56"></a>
 <span class="sourceLineNo">057</span><a name="line.57"></a>
 <span class="sourceLineNo">058</span>   /**<a name="line.58"></a>
-<span class="sourceLineNo">059</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-name'&gt;name&lt;/a&gt; attribute.<a name="line.59"></a>
+<span class="sourceLineNo">059</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-name"&gt;name&lt;/a&gt; attribute.<a name="line.59"></a>
 <span class="sourceLineNo">060</span>    * Name of nested browsing context.<a name="line.60"></a>
 <span class="sourceLineNo">061</span>    * @param name - The new value for this attribute.<a name="line.61"></a>
 <span class="sourceLineNo">062</span>    * @return This object (for method chaining).<a name="line.62"></a>
@@ -75,7 +75,7 @@
 <span class="sourceLineNo">067</span>   }<a name="line.67"></a>
 <span class="sourceLineNo">068</span><a name="line.68"></a>
 <span class="sourceLineNo">069</span>   /**<a name="line.69"></a>
-<span class="sourceLineNo">070</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-type'&gt;type&lt;/a&gt; attribute.<a name="line.70"></a>
+<span class="sourceLineNo">070</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-type"&gt;type&lt;/a&gt; attribute.<a name="line.70"></a>
 <span class="sourceLineNo">071</span>    * Type of embedded resource.<a name="line.71"></a>
 <span class="sourceLineNo">072</span>    * @param type - The new value for this attribute.<a name="line.72"></a>
 <span class="sourceLineNo">073</span>    * @return This object (for method chaining).<a name="line.73"></a>
@@ -86,7 +86,7 @@
 <span class="sourceLineNo">078</span>   }<a name="line.78"></a>
 <span class="sourceLineNo">079</span><a name="line.79"></a>
 <span class="sourceLineNo">080</span>   /**<a name="line.80"></a>
-<span class="sourceLineNo">081</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch'&gt;typemustmatch&lt;/a&gt; attribute.<a name="line.81"></a>
+<span class="sourceLineNo">081</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch"&gt;typemustmatch&lt;/a&gt; attribute.<a name="line.81"></a>
 <span class="sourceLineNo">082</span>    * Whether the type attribute and the Content-Type value need to match for the resource to be used.<a name="line.82"></a>
 <span class="sourceLineNo">083</span>    * @param typemustmatch - The new value for this attribute.<a name="line.83"></a>
 <span class="sourceLineNo">084</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.84"></a>
@@ -98,7 +98,7 @@
 <span class="sourceLineNo">090</span>   }<a name="line.90"></a>
 <span class="sourceLineNo">091</span><a name="line.91"></a>
 <span class="sourceLineNo">092</span>   /**<a name="line.92"></a>
-<span class="sourceLineNo">093</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap'&gt;usemap&lt;/a&gt; attribute.<a name="line.93"></a>
+<span class="sourceLineNo">093</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap"&gt;usemap&lt;/a&gt; attribute.<a name="line.93"></a>
 <span class="sourceLineNo">094</span>    * Name of image map to use.<a name="line.94"></a>
 <span class="sourceLineNo">095</span>    * @param usemap - The new value for this attribute.<a name="line.95"></a>
 <span class="sourceLineNo">096</span>    * @return This object (for method chaining).<a name="line.96"></a>
@@ -109,7 +109,7 @@
 <span class="sourceLineNo">101</span>   }<a name="line.101"></a>
 <span class="sourceLineNo">102</span><a name="line.102"></a>
 <span class="sourceLineNo">103</span>   /**<a name="line.103"></a>
-<span class="sourceLineNo">104</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width'&gt;width&lt;/a&gt; attribute.<a name="line.104"></a>
+<span class="sourceLineNo">104</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width"&gt;width&lt;/a&gt; attribute.<a name="line.104"></a>
 <span class="sourceLineNo">105</span>    * Horizontal dimension.<a name="line.105"></a>
 <span class="sourceLineNo">106</span>    * @param width - The new value for this attribute.<a name="line.106"></a>
 <span class="sourceLineNo">107</span>    *    Typically a {@link Number} or {@link String}.<a name="line.107"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ol.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ol.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ol.html
index f89ac03..31674d2 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ol.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ol.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/grouping-content.html#the-ol-element'&gt;&amp;lt;ol&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-ol-element"&gt;&amp;lt;ol&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="ol")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Ol extends HtmlElementContainer {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed'&gt;reversed&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed"&gt;reversed&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Number the list backwards..<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param reversed - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.28"></a>
@@ -42,7 +42,7 @@
 <span class="sourceLineNo">034</span>   }<a name="line.34"></a>
 <span class="sourceLineNo">035</span><a name="line.35"></a>
 <span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/grouping-content.html#attr-ol-start'&gt;start&lt;/a&gt; attribute.<a name="line.37"></a>
+<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-start"&gt;start&lt;/a&gt; attribute.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * Ordinal value of the first item.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @param start - The new value for this attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    *    Typically a {@link Number} or {@link String}.<a name="line.40"></a>
@@ -54,7 +54,7 @@
 <span class="sourceLineNo">046</span>   }<a name="line.46"></a>
 <span class="sourceLineNo">047</span><a name="line.47"></a>
 <span class="sourceLineNo">048</span>   /**<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/grouping-content.html#attr-ol-type'&gt;type&lt;/a&gt; attribute.<a name="line.49"></a>
+<span class="sourceLineNo">049</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-type"&gt;type&lt;/a&gt; attribute.<a name="line.49"></a>
 <span class="sourceLineNo">050</span>    * Kind of list marker..<a name="line.50"></a>
 <span class="sourceLineNo">051</span>    * @param type - The new value for this attribute.<a name="line.51"></a>
 <span class="sourceLineNo">052</span>    * @return This object (for method chaining).<a name="line.52"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Optgroup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Optgroup.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Optgroup.html
index 3129a86..0b90ac5 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Optgroup.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Optgroup.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/forms.html#the-optgroup-element'&gt;&amp;lt;optgroup&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-optgroup-element"&gt;&amp;lt;optgroup&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="optgroup")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Optgroup extends HtmlElementContainer {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-optgroup-disabled'&gt;disabled&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-disabled"&gt;disabled&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Whether the form control is disabled.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param disabled - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.28"></a>
@@ -42,7 +42,7 @@
 <span class="sourceLineNo">034</span>   }<a name="line.34"></a>
 <span class="sourceLineNo">035</span><a name="line.35"></a>
 <span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-optgroup-label'&gt;label&lt;/a&gt; attribute.<a name="line.37"></a>
+<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-label"&gt;label&lt;/a&gt; attribute.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * User-visible label.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @param label - The new value for this attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    * @return This object (for method chaining).<a name="line.40"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Option.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Option.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Option.html
index 45d2e4d..e7f6550 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Option.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Option.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/forms.html#the-option-element'&gt;&amp;lt;option&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-option-element"&gt;&amp;lt;option&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="option")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Option extends HtmlElementText {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-option-disabled'&gt;disabled&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-disabled"&gt;disabled&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Whether the form control is disabled.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param disabled - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.28"></a>
@@ -42,7 +42,7 @@
 <span class="sourceLineNo">034</span>   }<a name="line.34"></a>
 <span class="sourceLineNo">035</span><a name="line.35"></a>
 <span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-option-label'&gt;label&lt;/a&gt; attribute.<a name="line.37"></a>
+<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-label"&gt;label&lt;/a&gt; attribute.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * User-visible label.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @param label - The new value for this attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    * @return This object (for method chaining).<a name="line.40"></a>
@@ -53,7 +53,7 @@
 <span class="sourceLineNo">045</span>   }<a name="line.45"></a>
 <span class="sourceLineNo">046</span><a name="line.46"></a>
 <span class="sourceLineNo">047</span>   /**<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-option-selected'&gt;selected&lt;/a&gt; attribute.<a name="line.48"></a>
+<span class="sourceLineNo">048</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-selected"&gt;selected&lt;/a&gt; attribute.<a name="line.48"></a>
 <span class="sourceLineNo">049</span>    * Whether the option is selected by default.<a name="line.49"></a>
 <span class="sourceLineNo">050</span>    * @param selected - The new value for this attribute.<a name="line.50"></a>
 <span class="sourceLineNo">051</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.51"></a>
@@ -65,7 +65,7 @@
 <span class="sourceLineNo">057</span>   }<a name="line.57"></a>
 <span class="sourceLineNo">058</span><a name="line.58"></a>
 <span class="sourceLineNo">059</span>   /**<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-option-value'&gt;value&lt;/a&gt; attribute.<a name="line.60"></a>
+<span class="sourceLineNo">060</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-option-value"&gt;value&lt;/a&gt; attribute.<a name="line.60"></a>
 <span class="sourceLineNo">061</span>    * Value to be used for form submission.<a name="line.61"></a>
 <span class="sourceLineNo">062</span>    * @param value - The new value for this attribute.<a name="line.62"></a>
 <span class="sourceLineNo">063</span>    *    Typically a {@link Number} or {@link String}.<a name="line.63"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Output.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Output.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Output.html
index ba65895..00890c1 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Output.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Output.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/forms.html#the-output-element'&gt;&amp;lt;output&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-output-element"&gt;&amp;lt;output&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="output")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Output extends HtmlElementMixed {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-output-for'&gt;for&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-output-for"&gt;for&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Specifies controls from which the output was calculated.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param _for - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>
@@ -41,7 +41,7 @@
 <span class="sourceLineNo">033</span>   }<a name="line.33"></a>
 <span class="sourceLineNo">034</span><a name="line.34"></a>
 <span class="sourceLineNo">035</span>   /**<a name="line.35"></a>
-<span class="sourceLineNo">036</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'&gt;form&lt;/a&gt; attribute.<a name="line.36"></a>
+<span class="sourceLineNo">036</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form"&gt;form&lt;/a&gt; attribute.<a name="line.36"></a>
 <span class="sourceLineNo">037</span>    * Associates the control with a form element.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * @param form - The new value for this attribute.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @return This object (for method chaining).<a name="line.39"></a>
@@ -52,7 +52,7 @@
 <span class="sourceLineNo">044</span>   }<a name="line.44"></a>
 <span class="sourceLineNo">045</span><a name="line.45"></a>
 <span class="sourceLineNo">046</span>   /**<a name="line.46"></a>
-<span class="sourceLineNo">047</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'&gt;name&lt;/a&gt; attribute.<a name="line.47"></a>
+<span class="sourceLineNo">047</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name"&gt;name&lt;/a&gt; attribute.<a name="line.47"></a>
 <span class="sourceLineNo">048</span>    * Name of form control to use for form submission and in the form.elements API.<a name="line.48"></a>
 <span class="sourceLineNo">049</span>    * @param name - The new value for this attribute.<a name="line.49"></a>
 <span class="sourceLineNo">050</span>    * @return This object (for method chaining).<a name="line.50"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/P.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/P.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/P.html
index ee3b505..a1b65c9 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/P.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/P.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/grouping-content.html#the-p-element'&gt;&amp;lt;p&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-p-element"&gt;&amp;lt;p&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="p")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Param.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Param.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Param.html
index ae1b221..29a43f0 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Param.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Param.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-param-element'&gt;&amp;lt;param&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-param-element"&gt;&amp;lt;param&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="param")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Param extends HtmlElementEmpty {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-name'&gt;name&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-name"&gt;name&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Name of parameter.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param name - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>
@@ -41,7 +41,7 @@
 <span class="sourceLineNo">033</span>   }<a name="line.33"></a>
 <span class="sourceLineNo">034</span><a name="line.34"></a>
 <span class="sourceLineNo">035</span>   /**<a name="line.35"></a>
-<span class="sourceLineNo">036</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-value'&gt;value&lt;/a&gt; attribute.<a name="line.36"></a>
+<span class="sourceLineNo">036</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-param-value"&gt;value&lt;/a&gt; attribute.<a name="line.36"></a>
 <span class="sourceLineNo">037</span>    * Value of parameter.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * @param value - The new value for this attribute.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    *    Typically a {@link Number} or {@link String}.<a name="line.39"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Pre.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Pre.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Pre.html
index 999f992..c336af8 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Pre.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Pre.html
@@ -28,7 +28,7 @@
 <span class="sourceLineNo">020</span>import org.apache.juneau.xml.annotation.*;<a name="line.20"></a>
 <span class="sourceLineNo">021</span><a name="line.21"></a>
 <span class="sourceLineNo">022</span>/**<a name="line.22"></a>
-<span class="sourceLineNo">023</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/grouping-content.html#the-pre-element'&gt;&amp;lt;pre&amp;gt;&lt;/a&gt; element.<a name="line.23"></a>
+<span class="sourceLineNo">023</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-pre-element"&gt;&amp;lt;pre&amp;gt;&lt;/a&gt; element.<a name="line.23"></a>
 <span class="sourceLineNo">024</span> * &lt;p&gt;<a name="line.24"></a>
 <span class="sourceLineNo">025</span> */<a name="line.25"></a>
 <span class="sourceLineNo">026</span>@Bean(typeName="pre")<a name="line.26"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Progress.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Progress.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Progress.html
index 70f0c7a..5eb0928 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Progress.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Progress.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/forms.html#the-progress-element'&gt;&amp;lt;progress&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-progress-element"&gt;&amp;lt;progress&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="progress")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Progress extends HtmlElementMixed {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-progress-max'&gt;max&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-progress-max"&gt;max&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Upper bound of range.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param max - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    *    Typically a {@link Number} or {@link String}.<a name="line.28"></a>
@@ -42,7 +42,7 @@
 <span class="sourceLineNo">034</span>   }<a name="line.34"></a>
 <span class="sourceLineNo">035</span><a name="line.35"></a>
 <span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-progress-value'&gt;value&lt;/a&gt; attribute.<a name="line.37"></a>
+<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-progress-value"&gt;value&lt;/a&gt; attribute.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * Current value of the element.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @param value - The new value for this attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    *    Typically a {@link Number} or {@link String}.<a name="line.40"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Q.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Q.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Q.html
index 6cf2746..eb3910a 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Q.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Q.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element'&gt;&amp;lt;q&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-q-element"&gt;&amp;lt;q&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="q")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Q extends HtmlElementMixed {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/text-level-semantics.html#attr-q-cite'&gt;cite&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-q-cite"&gt;cite&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Link to the source of the quotation or more information about the edit.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param cite - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    * @return This object (for method chaining).<a name="line.28"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rb.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rb.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rb.html
index 30122ef..f0b4a17 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rb.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rb.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rb-element'&gt;&amp;lt;rb&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rb-element"&gt;&amp;lt;rb&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="rb")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rp.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rp.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rp.html
index 6f39604..cc270e7 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rp.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rp.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rp-element'&gt;&amp;lt;rp&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rp-element"&gt;&amp;lt;rp&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="rp")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rt.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rt.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rt.html
index b5e4b77..3da9bef 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rt.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rt.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rt-element'&gt;&amp;lt;rt&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rt-element"&gt;&amp;lt;rt&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="rt")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rtc.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rtc.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rtc.html
index 49cf468..d49f27d 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rtc.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Rtc.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-rtc-element'&gt;&amp;lt;rtc&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-rtc-element"&gt;&amp;lt;rtc&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="rtc")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ruby.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ruby.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ruby.html
index 3f37375..703c0f8 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ruby.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Ruby.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element'&gt;&amp;lt;ruby&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-ruby-element"&gt;&amp;lt;ruby&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="ruby")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/S.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/S.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/S.html
index fc490b4..6e07697 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/S.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/S.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-s-element'&gt;&amp;lt;s&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-s-element"&gt;&amp;lt;s&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="s")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Samp.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Samp.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Samp.html
index f7ea05b..049ce0c 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Samp.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Samp.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-samp-element'&gt;&amp;lt;samp&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-samp-element"&gt;&amp;lt;samp&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="samp")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Script.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Script.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Script.html
index 083fb58..0748bf9 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Script.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Script.html
@@ -26,14 +26,14 @@
 <span class="sourceLineNo">018</span>import org.apache.juneau.xml.annotation.*;<a name="line.18"></a>
 <span class="sourceLineNo">019</span><a name="line.19"></a>
 <span class="sourceLineNo">020</span>/**<a name="line.20"></a>
-<span class="sourceLineNo">021</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/scripting-1.html#the-script-element'&gt;&amp;lt;script&amp;gt;&lt;/a&gt; element.<a name="line.21"></a>
+<span class="sourceLineNo">021</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-script-element"&gt;&amp;lt;script&amp;gt;&lt;/a&gt; element.<a name="line.21"></a>
 <span class="sourceLineNo">022</span> * &lt;p&gt;<a name="line.22"></a>
 <span class="sourceLineNo">023</span> */<a name="line.23"></a>
 <span class="sourceLineNo">024</span>@Bean(typeName="script")<a name="line.24"></a>
 <span class="sourceLineNo">025</span>public class Script extends HtmlElementText {<a name="line.25"></a>
 <span class="sourceLineNo">026</span><a name="line.26"></a>
 <span class="sourceLineNo">027</span>   /**<a name="line.27"></a>
-<span class="sourceLineNo">028</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-async'&gt;async&lt;/a&gt; attribute.<a name="line.28"></a>
+<span class="sourceLineNo">028</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-async"&gt;async&lt;/a&gt; attribute.<a name="line.28"></a>
 <span class="sourceLineNo">029</span>    * Execute script asynchronously.<a name="line.29"></a>
 <span class="sourceLineNo">030</span>    * @param async - The new value for this attribute.<a name="line.30"></a>
 <span class="sourceLineNo">031</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.31"></a>
@@ -45,7 +45,7 @@
 <span class="sourceLineNo">037</span>   }<a name="line.37"></a>
 <span class="sourceLineNo">038</span><a name="line.38"></a>
 <span class="sourceLineNo">039</span>   /**<a name="line.39"></a>
-<span class="sourceLineNo">040</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-charset'&gt;charset&lt;/a&gt; attribute.<a name="line.40"></a>
+<span class="sourceLineNo">040</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-charset"&gt;charset&lt;/a&gt; attribute.<a name="line.40"></a>
 <span class="sourceLineNo">041</span>    * Character encoding of the external script resource.<a name="line.41"></a>
 <span class="sourceLineNo">042</span>    * @param charset - The new value for this attribute.<a name="line.42"></a>
 <span class="sourceLineNo">043</span>    * @return This object (for method chaining).<a name="line.43"></a>
@@ -56,7 +56,7 @@
 <span class="sourceLineNo">048</span>   }<a name="line.48"></a>
 <span class="sourceLineNo">049</span><a name="line.49"></a>
 <span class="sourceLineNo">050</span>   /**<a name="line.50"></a>
-<span class="sourceLineNo">051</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-crossorigin'&gt;crossorigin&lt;/a&gt; attribute.<a name="line.51"></a>
+<span class="sourceLineNo">051</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-crossorigin"&gt;crossorigin&lt;/a&gt; attribute.<a name="line.51"></a>
 <span class="sourceLineNo">052</span>    * How the element handles crossorigin requests.<a name="line.52"></a>
 <span class="sourceLineNo">053</span>    * @param crossorigin - The new value for this attribute.<a name="line.53"></a>
 <span class="sourceLineNo">054</span>    * @return This object (for method chaining).<a name="line.54"></a>
@@ -67,7 +67,7 @@
 <span class="sourceLineNo">059</span>   }<a name="line.59"></a>
 <span class="sourceLineNo">060</span><a name="line.60"></a>
 <span class="sourceLineNo">061</span>   /**<a name="line.61"></a>
-<span class="sourceLineNo">062</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-defer'&gt;defer&lt;/a&gt; attribute.<a name="line.62"></a>
+<span class="sourceLineNo">062</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-defer"&gt;defer&lt;/a&gt; attribute.<a name="line.62"></a>
 <span class="sourceLineNo">063</span>    * Defer script execution.<a name="line.63"></a>
 <span class="sourceLineNo">064</span>    * @param defer - The new value for this attribute.<a name="line.64"></a>
 <span class="sourceLineNo">065</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.65"></a>
@@ -79,7 +79,7 @@
 <span class="sourceLineNo">071</span>   }<a name="line.71"></a>
 <span class="sourceLineNo">072</span><a name="line.72"></a>
 <span class="sourceLineNo">073</span>   /**<a name="line.73"></a>
-<span class="sourceLineNo">074</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-src'&gt;src&lt;/a&gt; attribute.<a name="line.74"></a>
+<span class="sourceLineNo">074</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-src"&gt;src&lt;/a&gt; attribute.<a name="line.74"></a>
 <span class="sourceLineNo">075</span>    * Address of the resource.<a name="line.75"></a>
 <span class="sourceLineNo">076</span>    * @param src - The new value for this attribute.<a name="line.76"></a>
 <span class="sourceLineNo">077</span>    *    Typically a {@link URL} or {@link String}.<a name="line.77"></a>
@@ -91,7 +91,7 @@
 <span class="sourceLineNo">083</span>   }<a name="line.83"></a>
 <span class="sourceLineNo">084</span><a name="line.84"></a>
 <span class="sourceLineNo">085</span>   /**<a name="line.85"></a>
-<span class="sourceLineNo">086</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/scripting-1.html#attr-script-type'&gt;type&lt;/a&gt; attribute.<a name="line.86"></a>
+<span class="sourceLineNo">086</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#attr-script-type"&gt;type&lt;/a&gt; attribute.<a name="line.86"></a>
 <span class="sourceLineNo">087</span>    * Type of embedded resource.<a name="line.87"></a>
 <span class="sourceLineNo">088</span>    * @param type - The new value for this attribute.<a name="line.88"></a>
 <span class="sourceLineNo">089</span>    * @return This object (for method chaining).<a name="line.89"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Section.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Section.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Section.html
index 08680b9..3df0a97 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Section.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Section.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/sections.html#the-section-element'&gt;&amp;lt;section&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-section-element"&gt;&amp;lt;section&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="section")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Select.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Select.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Select.html
index 42f08f8..ea78e61 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Select.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Select.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/forms.html#the-select-element'&gt;&amp;lt;select&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-select-element"&gt;&amp;lt;select&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="select")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Select extends HtmlElementContainer {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus'&gt;autofocus&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus"&gt;autofocus&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Automatically focus the form control when the page is loaded.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param autofocus - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.28"></a>
@@ -42,7 +42,7 @@
 <span class="sourceLineNo">034</span>   }<a name="line.34"></a>
 <span class="sourceLineNo">035</span><a name="line.35"></a>
 <span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-disabled'&gt;disabled&lt;/a&gt; attribute.<a name="line.37"></a>
+<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-disabled"&gt;disabled&lt;/a&gt; attribute.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * Whether the form control is disabled.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @param disabled - The new value for this attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.40"></a>
@@ -54,7 +54,7 @@
 <span class="sourceLineNo">046</span>   }<a name="line.46"></a>
 <span class="sourceLineNo">047</span><a name="line.47"></a>
 <span class="sourceLineNo">048</span>   /**<a name="line.48"></a>
-<span class="sourceLineNo">049</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fae-form'&gt;form&lt;/a&gt; attribute.<a name="line.49"></a>
+<span class="sourceLineNo">049</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form"&gt;form&lt;/a&gt; attribute.<a name="line.49"></a>
 <span class="sourceLineNo">050</span>    * Associates the control with a form element.<a name="line.50"></a>
 <span class="sourceLineNo">051</span>    * @param form - The new value for this attribute.<a name="line.51"></a>
 <span class="sourceLineNo">052</span>    * @return This object (for method chaining).<a name="line.52"></a>
@@ -65,7 +65,7 @@
 <span class="sourceLineNo">057</span>   }<a name="line.57"></a>
 <span class="sourceLineNo">058</span><a name="line.58"></a>
 <span class="sourceLineNo">059</span>   /**<a name="line.59"></a>
-<span class="sourceLineNo">060</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-select-multiple'&gt;multiple&lt;/a&gt; attribute.<a name="line.60"></a>
+<span class="sourceLineNo">060</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-multiple"&gt;multiple&lt;/a&gt; attribute.<a name="line.60"></a>
 <span class="sourceLineNo">061</span>    * Whether to allow multiple values.<a name="line.61"></a>
 <span class="sourceLineNo">062</span>    * @param multiple - The new value for this attribute.<a name="line.62"></a>
 <span class="sourceLineNo">063</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.63"></a>
@@ -77,7 +77,7 @@
 <span class="sourceLineNo">069</span>   }<a name="line.69"></a>
 <span class="sourceLineNo">070</span><a name="line.70"></a>
 <span class="sourceLineNo">071</span>   /**<a name="line.71"></a>
-<span class="sourceLineNo">072</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-fe-name'&gt;name&lt;/a&gt; attribute.<a name="line.72"></a>
+<span class="sourceLineNo">072</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-name"&gt;name&lt;/a&gt; attribute.<a name="line.72"></a>
 <span class="sourceLineNo">073</span>    * Name of form control to use for form submission and in the form.elements API.<a name="line.73"></a>
 <span class="sourceLineNo">074</span>    * @param name - The new value for this attribute.<a name="line.74"></a>
 <span class="sourceLineNo">075</span>    * @return This object (for method chaining).<a name="line.75"></a>
@@ -88,7 +88,7 @@
 <span class="sourceLineNo">080</span>   }<a name="line.80"></a>
 <span class="sourceLineNo">081</span><a name="line.81"></a>
 <span class="sourceLineNo">082</span>   /**<a name="line.82"></a>
-<span class="sourceLineNo">083</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-select-required'&gt;required&lt;/a&gt; attribute.<a name="line.83"></a>
+<span class="sourceLineNo">083</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-required"&gt;required&lt;/a&gt; attribute.<a name="line.83"></a>
 <span class="sourceLineNo">084</span>    * Whether the control is required for form submission.<a name="line.84"></a>
 <span class="sourceLineNo">085</span>    * @param required - The new value for this attribute.<a name="line.85"></a>
 <span class="sourceLineNo">086</span>    *    Typically a {@link Boolean} or {@link String}.<a name="line.86"></a>
@@ -100,7 +100,7 @@
 <span class="sourceLineNo">092</span>   }<a name="line.92"></a>
 <span class="sourceLineNo">093</span><a name="line.93"></a>
 <span class="sourceLineNo">094</span>   /**<a name="line.94"></a>
-<span class="sourceLineNo">095</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/forms.html#attr-select-size'&gt;size&lt;/a&gt; attribute.<a name="line.95"></a>
+<span class="sourceLineNo">095</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-select-size"&gt;size&lt;/a&gt; attribute.<a name="line.95"></a>
 <span class="sourceLineNo">096</span>    * Size of the control.<a name="line.96"></a>
 <span class="sourceLineNo">097</span>    * @param size - The new value for this attribute.<a name="line.97"></a>
 <span class="sourceLineNo">098</span>    *    Typically a {@link Number} or {@link String}.<a name="line.98"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Small.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Small.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Small.html
index bce3969..cc3a6c8 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Small.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Small.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-small-element'&gt;&amp;lt;small&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-small-element"&gt;&amp;lt;small&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="small")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Source.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Source.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Source.html
index e79a566..0cc625a 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Source.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Source.html
@@ -25,14 +25,14 @@
 <span class="sourceLineNo">017</span>import org.apache.juneau.annotation.*;<a name="line.17"></a>
 <span class="sourceLineNo">018</span><a name="line.18"></a>
 <span class="sourceLineNo">019</span>/**<a name="line.19"></a>
-<span class="sourceLineNo">020</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/embedded-content-0.html#the-source-element'&gt;&amp;lt;source&amp;gt;&lt;/a&gt; element.<a name="line.20"></a>
+<span class="sourceLineNo">020</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-source-element"&gt;&amp;lt;source&amp;gt;&lt;/a&gt; element.<a name="line.20"></a>
 <span class="sourceLineNo">021</span> * &lt;p&gt;<a name="line.21"></a>
 <span class="sourceLineNo">022</span> */<a name="line.22"></a>
 <span class="sourceLineNo">023</span>@Bean(typeName="source")<a name="line.23"></a>
 <span class="sourceLineNo">024</span>public class Source extends HtmlElementEmpty {<a name="line.24"></a>
 <span class="sourceLineNo">025</span><a name="line.25"></a>
 <span class="sourceLineNo">026</span>   /**<a name="line.26"></a>
-<span class="sourceLineNo">027</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-src'&gt;src&lt;/a&gt; attribute.<a name="line.27"></a>
+<span class="sourceLineNo">027</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-src"&gt;src&lt;/a&gt; attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    * Address of the resource.<a name="line.28"></a>
 <span class="sourceLineNo">029</span>    * @param src - The new value for this attribute.<a name="line.29"></a>
 <span class="sourceLineNo">030</span>    *    Typically a {@link URL} or {@link String}.<a name="line.30"></a>
@@ -44,7 +44,7 @@
 <span class="sourceLineNo">036</span>   }<a name="line.36"></a>
 <span class="sourceLineNo">037</span><a name="line.37"></a>
 <span class="sourceLineNo">038</span>   /**<a name="line.38"></a>
-<span class="sourceLineNo">039</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-type'&gt;type&lt;/a&gt; attribute.<a name="line.39"></a>
+<span class="sourceLineNo">039</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-source-type"&gt;type&lt;/a&gt; attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    * Type of embedded resource.<a name="line.40"></a>
 <span class="sourceLineNo">041</span>    * @param type - The new value for this attribute.<a name="line.41"></a>
 <span class="sourceLineNo">042</span>    * @return This object (for method chaining).<a name="line.42"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Span.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Span.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Span.html
index e234f0a..da01505 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Span.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Span.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-span-element'&gt;&amp;lt;span&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-span-element"&gt;&amp;lt;span&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="span")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Strong.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Strong.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Strong.html
index ea17e3f..926e966 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Strong.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Strong.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-strong-element'&gt;&amp;lt;strong&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-strong-element"&gt;&amp;lt;strong&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="strong")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Style.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Style.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Style.html
index db0320e..b8b599d 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Style.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Style.html
@@ -24,14 +24,14 @@
 <span class="sourceLineNo">016</span>import org.apache.juneau.xml.annotation.*;<a name="line.16"></a>
 <span class="sourceLineNo">017</span><a name="line.17"></a>
 <span class="sourceLineNo">018</span>/**<a name="line.18"></a>
-<span class="sourceLineNo">019</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/document-metadata.html#the-style-element'&gt;&amp;lt;style&amp;gt;&lt;/a&gt; element.<a name="line.19"></a>
+<span class="sourceLineNo">019</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#the-style-element"&gt;&amp;lt;style&amp;gt;&lt;/a&gt; element.<a name="line.19"></a>
 <span class="sourceLineNo">020</span> * &lt;p&gt;<a name="line.20"></a>
 <span class="sourceLineNo">021</span> */<a name="line.21"></a>
 <span class="sourceLineNo">022</span>@Bean(typeName="style")<a name="line.22"></a>
 <span class="sourceLineNo">023</span>public class Style extends HtmlElementText {<a name="line.23"></a>
 <span class="sourceLineNo">024</span><a name="line.24"></a>
 <span class="sourceLineNo">025</span>   /**<a name="line.25"></a>
-<span class="sourceLineNo">026</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/document-metadata.html#attr-style-media'&gt;media&lt;/a&gt; attribute.<a name="line.26"></a>
+<span class="sourceLineNo">026</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-style-media"&gt;media&lt;/a&gt; attribute.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * Applicable media.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    * @param media - The new value for this attribute.<a name="line.28"></a>
 <span class="sourceLineNo">029</span>    * @return This object (for method chaining).<a name="line.29"></a>
@@ -42,7 +42,7 @@
 <span class="sourceLineNo">034</span>   }<a name="line.34"></a>
 <span class="sourceLineNo">035</span><a name="line.35"></a>
 <span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/document-metadata.html#attr-style-type'&gt;type&lt;/a&gt; attribute.<a name="line.37"></a>
+<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/document-metadata.html#attr-style-type"&gt;type&lt;/a&gt; attribute.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * Type of embedded resource.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @param type - The new value for this attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    * @return This object (for method chaining).<a name="line.40"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sub.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sub.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sub.html
index 3f8223e..5b517c6 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sub.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sub.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements'&gt;&amp;lt;sub&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements"&gt;&amp;lt;sub&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="sub")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sup.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sup.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sup.html
index 5d1746e..64ffe1c 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sup.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Sup.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements'&gt;&amp;lt;sup&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-sub-and-sup-elements"&gt;&amp;lt;sup&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="sup")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Table.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Table.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Table.html
index 61acd46..061ecbd 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Table.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Table.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/tabular-data.html#the-table-element'&gt;&amp;lt;table&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-table-element"&gt;&amp;lt;table&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="table")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Table extends HtmlElementContainer {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-table-border'&gt;border&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-table-border"&gt;border&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * //sortable - Enables a sorting interface for the table.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param border - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    *    Typically a {@link Number} or {@link String}.<a name="line.28"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tbody.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tbody.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tbody.html
index 0ae27f9..f2f226d 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tbody.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Tbody.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/tabular-data.html#the-tbody-element'&gt;&amp;lt;tbody&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tbody-element"&gt;&amp;lt;tbody&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="tbody")<a name="line.21"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Td.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Td.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Td.html
index 006051e..1280a26 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Td.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Td.html
@@ -23,14 +23,14 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/tabular-data.html#the-td-element'&gt;&amp;lt;td&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-td-element"&gt;&amp;lt;td&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="td")<a name="line.21"></a>
 <span class="sourceLineNo">022</span>public class Td extends HtmlElementMixed {<a name="line.22"></a>
 <span class="sourceLineNo">023</span><a name="line.23"></a>
 <span class="sourceLineNo">024</span>   /**<a name="line.24"></a>
-<span class="sourceLineNo">025</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan'&gt;colspan&lt;/a&gt; attribute.<a name="line.25"></a>
+<span class="sourceLineNo">025</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan"&gt;colspan&lt;/a&gt; attribute.<a name="line.25"></a>
 <span class="sourceLineNo">026</span>    * Number of columns that the cell is to span.<a name="line.26"></a>
 <span class="sourceLineNo">027</span>    * @param colspan - The new value for this attribute.<a name="line.27"></a>
 <span class="sourceLineNo">028</span>    *    Typically a {@link Number} or {@link String}.<a name="line.28"></a>
@@ -42,7 +42,7 @@
 <span class="sourceLineNo">034</span>   }<a name="line.34"></a>
 <span class="sourceLineNo">035</span><a name="line.35"></a>
 <span class="sourceLineNo">036</span>   /**<a name="line.36"></a>
-<span class="sourceLineNo">037</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers'&gt;headers&lt;/a&gt; attribute.<a name="line.37"></a>
+<span class="sourceLineNo">037</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers"&gt;headers&lt;/a&gt; attribute.<a name="line.37"></a>
 <span class="sourceLineNo">038</span>    * The header cells for this cell.<a name="line.38"></a>
 <span class="sourceLineNo">039</span>    * @param headers - The new value for this attribute.<a name="line.39"></a>
 <span class="sourceLineNo">040</span>    * @return This object (for method chaining).<a name="line.40"></a>
@@ -53,7 +53,7 @@
 <span class="sourceLineNo">045</span>   }<a name="line.45"></a>
 <span class="sourceLineNo">046</span><a name="line.46"></a>
 <span class="sourceLineNo">047</span>   /**<a name="line.47"></a>
-<span class="sourceLineNo">048</span>    * &lt;a class='doclink' href='https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan'&gt;rowspan&lt;/a&gt; attribute.<a name="line.48"></a>
+<span class="sourceLineNo">048</span>    * &lt;a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan"&gt;rowspan&lt;/a&gt; attribute.<a name="line.48"></a>
 <span class="sourceLineNo">049</span>    * Number of rows that the cell is to span.<a name="line.49"></a>
 <span class="sourceLineNo">050</span>    * @param rowspan - The new value for this attribute.<a name="line.50"></a>
 <span class="sourceLineNo">051</span>    *    Typically a {@link Number} or {@link String}.<a name="line.51"></a>

http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/afa6a1d0/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Template.html
----------------------------------------------------------------------
diff --git a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Template.html b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Template.html
index f8c0e5a..e72e6b3 100644
--- a/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Template.html
+++ b/content/site/apidocs/src-html/org/apache/juneau/dto/html5/Template.html
@@ -23,7 +23,7 @@
 <span class="sourceLineNo">015</span>import org.apache.juneau.annotation.*;<a name="line.15"></a>
 <span class="sourceLineNo">016</span><a name="line.16"></a>
 <span class="sourceLineNo">017</span>/**<a name="line.17"></a>
-<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a href='https://www.w3.org/TR/html5/scripting-1.html#the-template-element'&gt;&amp;lt;template&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
+<span class="sourceLineNo">018</span> * DTO for an HTML &lt;a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-template-element"&gt;&amp;lt;template&amp;gt;&lt;/a&gt; element.<a name="line.18"></a>
 <span class="sourceLineNo">019</span> * &lt;p&gt;<a name="line.19"></a>
 <span class="sourceLineNo">020</span> */<a name="line.20"></a>
 <span class="sourceLineNo">021</span>@Bean(typeName="template")<a name="line.21"></a>