Docs: Fixing tiny tag errors
Bug: 18334770
Change-Id: If0c46bc8b1b5cdbd92ac99b7588ddaf4cc8cbeed
diff --git a/src/devices/camera/camera3.jd b/src/devices/camera/camera3.jd
index fd72ba3..df314b4 100644
--- a/src/devices/camera/camera3.jd
+++ b/src/devices/camera/camera3.jd
@@ -67,7 +67,7 @@
<p>Each mode has slightly different and overlapping capabilities. This made it hard
to implement new types of features, such as burst mode, since it would fall
-between two of these modes.<br/>
+between two of these modes.</p>
<img src="images/camera_block.png" alt="Camera block diagram" id="figure1" />
<p class="img-caption">
<strong>Figure 1.</strong> Camera components
diff --git a/src/devices/camera/camera3_requests_hal.jd b/src/devices/camera/camera3_requests_hal.jd
index 35c7478..9700063 100644
--- a/src/devices/camera/camera3_requests_hal.jd
+++ b/src/devices/camera/camera3_requests_hal.jd
@@ -94,7 +94,7 @@
<li>All capture configuration and state (except for the 3A routines) is
encapsulated in the requests and results.</li>
</ul>
-<p><img src="images/camera-hal-overview.png" alt="Camera HAL overview" id="figure3" />
+<img src="images/camera-hal-overview.png" alt="Camera HAL overview" id="figure3" />
<p class="img-caption">
<strong>Figure 3.</strong> Camera HAL overview
</p>