...
diff --git a/www/high-dynamic-range.html b/www/high-dynamic-range.html
index fe239d1..0dfc35c 100644
--- a/www/high-dynamic-range.html
+++ b/www/high-dynamic-range.html
@@ -71,16 +71,14 @@
 
 <p>To disable the HDRI version of ImageMagick, use this Unix/Linux command:</p>
 
-<pre><code>
-./configure --disable-hdri
+<pre class="highlight"><code>./configure --disable-hdri
 </code></pre>
 
 <p>Under Windows, uncomment the <code>MAGICKCORE_HDRI_SUPPORT</code> definition in the <code>magick-baseconfig.h</code> configuration file and build.</p>
 
 <p>To verify HDRI is properly configured, look for "HDRI" as a feature:</p>
 
-<pre><code>
-identify -version
+<pre class="highlight"><code>identify -version
 Features: HDRI
 </code></pre>
 </div>
@@ -98,8 +96,9 @@
   </footer>
 </div><!-- /.container -->
 
-  <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+  <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
   <script src="../js/magick.html"></script>
 </body>
 </html>
-<!-- Magick Cache 9th September 2017 08:01 -->
\ No newline at end of file
+<!-- Magick Cache 8th October 2017 11:16 -->
\ No newline at end of file