Docs: Fixing issues reported by Madan.

Change-Id: I542d2d46294ca0bc160e0af5f40ef5e5a1d7880b
diff --git a/src/devices/low-ram.jd b/src/devices/low-ram.jd
index efa6377..711fadc 100644
--- a/src/devices/low-ram.jd
+++ b/src/devices/low-ram.jd
@@ -227,9 +227,9 @@
   <li>By default, the Linux kernel swaps in 8 pages of memory at a time. When 
     using ZRAM, the incremental cost of reading 1 page at a time is negligible 
     and may help in case the device is under extreme memory pressure. To read 
-    only 1 page at a time, add the following to your init.rc:&lt;br/&gt;
+    only 1 page at a time, add the following to your init.rc:<br />
   `write /proc/sys/vm/page-cluster 0`</li>
-  <li>In your init.rc, after the `mount_all /fstab.X` line, add:&lt;br/&gt;
+  <li>In your init.rc, after the `mount_all /fstab.X` line, add:<br />
   `swapon_all /fstab.X`</li>
   <li>The memory cgroups are automatically configured at boot time if the 
     feature is enabled in kernel.</li>