<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[19263] trunk/wp-includes: Standardize title strings for editor buttons, props pavelevap SergeyBiryukov, fixes #18125</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/19263">19263</a></dd>
<dt>Author</dt> <dd>azaozz</dd>
<dt>Date</dt> <dd>2011-11-12 06:15:15 +0000 (Sat, 12 Nov 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Standardize title strings for editor buttons, props pavelevap SergeyBiryukov, fixes <a href="http://core.trac.wordpress.org/ticket/18125">#18125</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpincludesclasswpeditorphp">trunk/wp-includes/class-wp-editor.php</a></li>
<li><a href="#trunkwpincludesjstinymcelangswplangsenjs">trunk/wp-includes/js/tinymce/langs/wp-langs-en.js</a></li>
<li><a href="#trunkwpincludesjstinymcelangswplangsphp">trunk/wp-includes/js/tinymce/langs/wp-langs.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpincludesclasswpeditorphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/class-wp-editor.php (19262 => 19263)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/class-wp-editor.php        2011-11-12 00:52:26 UTC (rev 19262)
+++ trunk/wp-includes/class-wp-editor.php        2011-11-12 06:15:15 UTC (rev 19263)
</span><span class="lines">@@ -635,7 +635,7 @@
</span><span class="cx">                         'bullist' =&gt; array( 'title' =&gt; __('Unordered list (Alt + Shift + U)'), 'onclick' =&gt; 'fullscreen.ul();', 'both' =&gt; false ),
</span><span class="cx">                         'numlist' =&gt; array( 'title' =&gt; __('Ordered list (Alt + Shift + O)'), 'onclick' =&gt; 'fullscreen.ol();', 'both' =&gt; false ),
</span><span class="cx">                         '1' =&gt; 'separator',
</span><del>-                        'blockquote' =&gt; array( 'title' =&gt; __('Blockquote (Alt+Shift+Q)'), 'onclick' =&gt; 'fullscreen.blockquote();', 'both' =&gt; false ),
</del><ins>+                        'blockquote' =&gt; array( 'title' =&gt; __('Blockquote (Alt + Shift + Q)'), 'onclick' =&gt; 'fullscreen.blockquote();', 'both' =&gt; false ),
</ins><span class="cx">                         'image' =&gt; array( 'title' =&gt; __('Insert/edit image (Alt + Shift + M)'), 'onclick' =&gt; &quot;fullscreen.medialib();&quot;, 'both' =&gt; true ),
</span><span class="cx">                         '2' =&gt; 'separator',
</span><span class="cx">                         'link' =&gt; array( 'title' =&gt; __('Insert/edit link (Alt + Shift + A)'), 'onclick' =&gt; 'fullscreen.link();', 'both' =&gt; true ),
</span></span></pre></div>
<a id="trunkwpincludesjstinymcelangswplangsenjs"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/tinymce/langs/wp-langs-en.js (19262 => 19263)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/tinymce/langs/wp-langs-en.js        2011-11-12 00:52:26 UTC (rev 19262)
+++ trunk/wp-includes/js/tinymce/langs/wp-langs-en.js        2011-11-12 06:15:15 UTC (rev 19263)
</span><span class="lines">@@ -140,9 +140,9 @@
</span><span class="cx"> plaintext_mode:&quot;Paste is now in plain text mode. Click again to toggle back to regular paste mode.&quot;
</span><span class="cx"> },
</span><span class="cx"> paste_dlg:{
</span><del>-text_title:&quot;Use CTRL+V on your keyboard to paste the text into the window.&quot;,
</del><ins>+text_title:&quot;Use CTRL + V on your keyboard to paste the text into the window.&quot;,
</ins><span class="cx"> text_linebreaks:&quot;Keep linebreaks&quot;,
</span><del>-word_title:&quot;Use CTRL+V on your keyboard to paste the text into the window.&quot;
</del><ins>+word_title:&quot;Use CTRL + V on your keyboard to paste the text into the window.&quot;
</ins><span class="cx"> },
</span><span class="cx"> table:{
</span><span class="cx"> desc:&quot;Inserts a new table&quot;,
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx"> unload_msg:&quot;The changes you made will be lost if you navigate away from this page.&quot;
</span><span class="cx"> },
</span><span class="cx"> fullscreen:{
</span><del>-desc:&quot;Toggle fullscreen mode (Alt+Shift+G)&quot;
</del><ins>+desc:&quot;Toggle fullscreen mode (Alt + Shift + G)&quot;
</ins><span class="cx"> },
</span><span class="cx"> media:{
</span><span class="cx"> desc:&quot;Insert / edit embedded media&quot;,
</span><span class="lines">@@ -186,7 +186,7 @@
</span><span class="cx"> desc:&quot;Visual control characters on/off.&quot;
</span><span class="cx"> },
</span><span class="cx"> spellchecker:{
</span><del>-desc:&quot;Toggle spellchecker (Alt+Shift+N)&quot;,
</del><ins>+desc:&quot;Toggle spellchecker (Alt + Shift + N)&quot;,
</ins><span class="cx"> menu:&quot;Spellchecker settings&quot;,
</span><span class="cx"> ignore_word:&quot;Ignore word&quot;,
</span><span class="cx"> ignore_words:&quot;Ignore all&quot;,
</span><span class="lines">@@ -240,23 +240,23 @@
</span><span class="cx"> samp:&quot;Code sample&quot;,
</span><span class="cx"> dt:&quot;Definition term &quot;,
</span><span class="cx"> dd:&quot;Definition description&quot;,
</span><del>-bold_desc:&quot;Bold (Ctrl / Alt+Shift + B)&quot;,
-italic_desc:&quot;Italic (Ctrl / Alt+Shift + I)&quot;,
</del><ins>+bold_desc:&quot;Bold (Ctrl / Alt + Shift + B)&quot;,
+italic_desc:&quot;Italic (Ctrl / Alt + Shift + I)&quot;,
</ins><span class="cx"> underline_desc:&quot;Underline&quot;,
</span><del>-striketrough_desc:&quot;Strikethrough (Alt+Shift+D)&quot;,
-justifyleft_desc:&quot;Align Left (Alt+Shift+L)&quot;,
-justifycenter_desc:&quot;Align Center (Alt+Shift+C)&quot;,
-justifyright_desc:&quot;Align Right (Alt+Shift+R)&quot;,
-justifyfull_desc:&quot;Align Full (Alt+Shift+J)&quot;,
-bullist_desc:&quot;Unordered list (Alt+Shift+U)&quot;,
-numlist_desc:&quot;Ordered list (Alt+Shift+O)&quot;,
</del><ins>+striketrough_desc:&quot;Strikethrough (Alt + Shift + D)&quot;,
+justifyleft_desc:&quot;Align Left (Alt + Shift + L)&quot;,
+justifycenter_desc:&quot;Align Center (Alt + Shift + C)&quot;,
+justifyright_desc:&quot;Align Right (Alt + Shift + R)&quot;,
+justifyfull_desc:&quot;Align Full (Alt + Shift + J)&quot;,
+bullist_desc:&quot;Unordered list (Alt + Shift + U)&quot;,
+numlist_desc:&quot;Ordered list (Alt + Shift + O)&quot;,
</ins><span class="cx"> outdent_desc:&quot;Outdent&quot;,
</span><span class="cx"> indent_desc:&quot;Indent&quot;,
</span><del>-undo_desc:&quot;Undo (Ctrl+Z)&quot;,
-redo_desc:&quot;Redo (Ctrl+Y)&quot;,
-link_desc:&quot;Insert/edit link (Alt+Shift+A)&quot;,
-unlink_desc:&quot;Unlink (Alt+Shift+S)&quot;,
-image_desc:&quot;Insert/edit image (Alt+Shift+M)&quot;,
</del><ins>+undo_desc:&quot;Undo (Ctrl + Z)&quot;,
+redo_desc:&quot;Redo (Ctrl + Y)&quot;,
+link_desc:&quot;Insert/edit link (Alt + Shift + A)&quot;,
+unlink_desc:&quot;Unlink (Alt + Shift + S)&quot;,
+image_desc:&quot;Insert/edit image (Alt + Shift + M)&quot;,
</ins><span class="cx"> cleanup_desc:&quot;Cleanup messy code&quot;,
</span><span class="cx"> code_desc:&quot;Edit HTML Source&quot;,
</span><span class="cx"> sub_desc:&quot;Subscript&quot;,
</span><span class="lines">@@ -274,11 +274,11 @@
</span><span class="cx"> image_props_desc:&quot;Image properties&quot;,
</span><span class="cx"> newdocument_desc:&quot;New document&quot;,
</span><span class="cx"> help_desc:&quot;Help&quot;,
</span><del>-blockquote_desc:&quot;Blockquote (Alt+Shift+Q)&quot;,
</del><ins>+blockquote_desc:&quot;Blockquote (Alt + Shift + Q)&quot;,
</ins><span class="cx"> clipboard_msg:&quot;Copy/Cut/Paste is not available in Mozilla and Firefox.&quot;,
</span><span class="cx"> path:&quot;Path&quot;,
</span><span class="cx"> newdocument:&quot;Are you sure you want to clear all contents?&quot;,
</span><del>-toolbar_focus:&quot;Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X&quot;,
</del><ins>+toolbar_focus:&quot;Jump to tool buttons - Alt + Q, Jump to editor - Alt-Z, Jump to element path - Alt-X&quot;,
</ins><span class="cx"> more_colors:&quot;More colors&quot;,
</span><span class="cx"> shortcuts_desc:&quot;Accessibility Help&quot;,
</span><span class="cx"> help_shortcut:&quot; Press ALT F10 for toolbar. Press ALT 0 for help.&quot;,
</span><span class="lines">@@ -451,10 +451,10 @@
</span><span class="cx"> });
</span><span class="cx"> 
</span><span class="cx"> tinyMCE.addI18n(&quot;en.wordpress&quot;,{
</span><del>-wp_adv_desc:&quot;Show/Hide Kitchen Sink (Alt+Shift+Z)&quot;,
-wp_more_desc:&quot;Insert More Tag (Alt+Shift+T)&quot;,
-wp_page_desc:&quot;Insert Page break (Alt+Shift+P)&quot;,
-wp_help_desc:&quot;Help (Alt+Shift+H)&quot;,
</del><ins>+wp_adv_desc:&quot;Show/Hide Kitchen Sink (Alt + Shift + Z)&quot;,
+wp_more_desc:&quot;Insert More Tag (Alt + Shift + T)&quot;,
+wp_page_desc:&quot;Insert Page break (Alt + Shift + P)&quot;,
+wp_help_desc:&quot;Help (Alt + Shift + H)&quot;,
</ins><span class="cx"> wp_more_alt:&quot;More...&quot;,
</span><span class="cx"> wp_page_alt:&quot;Next page...&quot;,
</span><span class="cx"> add_media:&quot;Add Media&quot;,
</span></span></pre></div>
<a id="trunkwpincludesjstinymcelangswplangsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/js/tinymce/langs/wp-langs.php (19262 => 19263)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/js/tinymce/langs/wp-langs.php        2011-11-12 00:52:26 UTC (rev 19262)
+++ trunk/wp-includes/js/tinymce/langs/wp-langs.php        2011-11-12 06:15:15 UTC (rev 19263)
</span><span class="lines">@@ -182,7 +182,7 @@
</span><span class="cx"> unload_msg:&quot;' . mce_escape( __('The changes you made will be lost if you navigate away from this page.') ) . '&quot;
</span><span class="cx"> },
</span><span class="cx"> fullscreen:{
</span><del>-desc:&quot;' . mce_escape( __('Toggle fullscreen mode') ) . ' (Alt+Shift+G)&quot;
</del><ins>+desc:&quot;' . mce_escape( __('Toggle fullscreen mode (Alt + Shift + G)') ) . '&quot;
</ins><span class="cx"> },
</span><span class="cx"> media:{
</span><span class="cx"> desc:&quot;' . mce_escape( __('Insert / edit embedded media') ) . '&quot;,
</span><span class="lines">@@ -198,7 +198,7 @@
</span><span class="cx"> desc:&quot;' . mce_escape( __('Visual control characters on/off.') ) . '&quot;
</span><span class="cx"> },
</span><span class="cx"> spellchecker:{
</span><del>-desc:&quot;' . mce_escape( __('Toggle spellchecker') ) . ' (Alt+Shift+N)&quot;,
</del><ins>+desc:&quot;' . mce_escape( __('Toggle spellchecker (Alt + Shift + N)') ) . '&quot;,
</ins><span class="cx"> menu:&quot;' . mce_escape( __('Spellchecker settings') ) . '&quot;,
</span><span class="cx"> ignore_word:&quot;' . mce_escape( __('Ignore word') ) . '&quot;,
</span><span class="cx"> ignore_words:&quot;' . mce_escape( __('Ignore all') ) . '&quot;,
</span><span class="lines">@@ -252,23 +252,23 @@
</span><span class="cx"> samp:&quot;' . mce_escape( __('Code sample') ) . '&quot;,
</span><span class="cx"> dt:&quot;' . mce_escape( __('Definition term ') ) . '&quot;,
</span><span class="cx"> dd:&quot;' . mce_escape( __('Definition description') ) . '&quot;,
</span><del>-bold_desc:&quot;' . mce_escape( __('Bold') ) . ' (Ctrl / Alt+Shift + B)&quot;,
-italic_desc:&quot;' . mce_escape( __('Italic') ) . ' (Ctrl / Alt+Shift + I)&quot;,
</del><ins>+bold_desc:&quot;' . mce_escape( __('Bold (Ctrl + B)') ) . '&quot;,
+italic_desc:&quot;' . mce_escape( __('Italic (Ctrl + I)') ) . '&quot;,
</ins><span class="cx"> underline_desc:&quot;' . mce_escape( __('Underline') ) . '&quot;,
</span><del>-striketrough_desc:&quot;' . mce_escape( __('Strikethrough') ) . ' (Alt+Shift+D)&quot;,
-justifyleft_desc:&quot;' . mce_escape( __('Align Left') ) . ' (Alt+Shift+L)&quot;,
-justifycenter_desc:&quot;' . mce_escape( __('Align Center') ) . ' (Alt+Shift+C)&quot;,
-justifyright_desc:&quot;' . mce_escape( __('Align Right') ) . ' (Alt+Shift+R)&quot;,
-justifyfull_desc:&quot;' . mce_escape( __('Align Full') ) . ' (Alt+Shift+J)&quot;,
-bullist_desc:&quot;' . mce_escape( __('Unordered list') ) . ' (Alt+Shift+U)&quot;,
-numlist_desc:&quot;' . mce_escape( __('Ordered list') ) . ' (Alt+Shift+O)&quot;,
</del><ins>+striketrough_desc:&quot;' . mce_escape( __('Strikethrough (Alt + Shift + D)') ) . '&quot;,
+justifyleft_desc:&quot;' . mce_escape( __('Align Left (Alt + Shift + L)') ) . '&quot;,
+justifycenter_desc:&quot;' . mce_escape( __('Align Center (Alt + Shift + C)') ) . '&quot;,
+justifyright_desc:&quot;' . mce_escape( __('Align Right (Alt + Shift + R)') ) . '&quot;,
+justifyfull_desc:&quot;' . mce_escape( __('Align Full (Alt + Shift + J)') ) . '&quot;,
+bullist_desc:&quot;' . mce_escape( __('Unordered list (Alt + Shift + U)') ) . '&quot;,
+numlist_desc:&quot;' . mce_escape( __('Ordered list (Alt + Shift + O)') ) . '&quot;,
</ins><span class="cx"> outdent_desc:&quot;' . mce_escape( __('Outdent') ) . '&quot;,
</span><span class="cx"> indent_desc:&quot;' . mce_escape( __('Indent') ) . '&quot;,
</span><del>-undo_desc:&quot;' . mce_escape( __('Undo') ) . ' (Ctrl+Z)&quot;,
-redo_desc:&quot;' . mce_escape( __('Redo') ) . ' (Ctrl+Y)&quot;,
-link_desc:&quot;' . mce_escape( __('Insert/edit link') ) . ' (Alt+Shift+A)&quot;,
-unlink_desc:&quot;' . mce_escape( __('Unlink') ) . ' (Alt+Shift+S)&quot;,
-image_desc:&quot;' . mce_escape( __('Insert/edit image') ) . ' (Alt+Shift+M)&quot;,
</del><ins>+undo_desc:&quot;' . mce_escape( __('Undo (Ctrl + Z)') ) . '&quot;,
+redo_desc:&quot;' . mce_escape( __('Redo (Ctrl + Y)') ) . '&quot;,
+link_desc:&quot;' . mce_escape( __('Insert/edit link (Alt + Shift + A)') ) . '&quot;,
+unlink_desc:&quot;' . mce_escape( __('Unlink (Alt + Shift + S)') ) . '&quot;,
+image_desc:&quot;' . mce_escape( __('Insert/edit image (Alt + Shift + M)') ) . '&quot;,
</ins><span class="cx"> cleanup_desc:&quot;' . mce_escape( __('Cleanup messy code') ) . '&quot;,
</span><span class="cx"> code_desc:&quot;' . mce_escape( __('Edit HTML Source') ) . '&quot;,
</span><span class="cx"> sub_desc:&quot;' . mce_escape( __('Subscript') ) . '&quot;,
</span><span class="lines">@@ -286,7 +286,7 @@
</span><span class="cx"> image_props_desc:&quot;' . mce_escape( __('Image properties') ) . '&quot;,
</span><span class="cx"> newdocument_desc:&quot;' . mce_escape( __('New document') ) . '&quot;,
</span><span class="cx"> help_desc:&quot;' . mce_escape( __('Help') ) . '&quot;,
</span><del>-blockquote_desc:&quot;' . mce_escape( __('Blockquote') ) . ' (Alt+Shift+Q)&quot;,
</del><ins>+blockquote_desc:&quot;' . mce_escape( __('Blockquote (Alt + Shift + Q)') ) . '&quot;,
</ins><span class="cx"> clipboard_msg:&quot;' . mce_escape( __('Copy/Cut/Paste is not available in Mozilla and Firefox.') ) . '&quot;,
</span><span class="cx"> path:&quot;' . mce_escape( __('Path') ) . '&quot;,
</span><span class="cx"> newdocument:&quot;' . mce_escape( __('Are you sure you want to clear all contents?') ) . '&quot;,
</span><span class="lines">@@ -463,10 +463,10 @@
</span><span class="cx"> });
</span><span class="cx"> 
</span><span class="cx"> tinyMCE.addI18n(&quot;' . $this-&gt;mce_locale . '.wordpress&quot;,{
</span><del>-wp_adv_desc:&quot;' . mce_escape( __('Show/Hide Kitchen Sink') )  . ' (Alt+Shift+Z)&quot;,
-wp_more_desc:&quot;' . mce_escape( __('Insert More Tag') ) . ' (Alt+Shift+T)&quot;,
-wp_page_desc:&quot;' . mce_escape( __('Insert Page break') ) . ' (Alt+Shift+P)&quot;,
-wp_help_desc:&quot;' . mce_escape( __('Help') ) . ' (Alt+Shift+H)&quot;,
</del><ins>+wp_adv_desc:&quot;' . mce_escape( __('Show/Hide Kitchen Sink (Alt + Shift + Z)') )  . '&quot;,
+wp_more_desc:&quot;' . mce_escape( __('Insert More Tag (Alt + Shift + T)') ) . '&quot;,
+wp_page_desc:&quot;' . mce_escape( __('Insert Page break (Alt + Shift + P)') ) . '&quot;,
+wp_help_desc:&quot;' . mce_escape( __('Help (Alt + Shift + H)') ) . '&quot;,
</ins><span class="cx"> wp_more_alt:&quot;' . mce_escape( __('More...') ) . '&quot;,
</span><span class="cx"> wp_page_alt:&quot;' . mce_escape( __('Next page...') ) . '&quot;,
</span><span class="cx"> add_media:&quot;' . mce_escape( __('Add Media') ) . '&quot;,
</span></span></pre>
</div>
</div>

</body>
</html>