<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — HTML cleanup in bank inquiry]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7577&amp;type=atom" />
	<updated>2018-06-24T04:43:30Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=7577</id>
		<entry>
			<title type="html"><![CDATA[HTML cleanup in bank inquiry]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=31976#p31976" />
			<content type="html"><![CDATA[<p>Lines 65 to 69 in <strong>gl/inquiry/bank_inquiry.php</strong>:<br /></p><div class="codebox"><pre><code>div_start(&#039;trans_tbl&#039;);
$act = get_bank_account($_POST[&quot;bank_account&quot;]);
display_heading($act[&#039;bank_account_name&#039;].&quot; - &quot;.$act[&#039;bank_curr_code&#039;]);

start_table(TABLESTYLE);</code></pre></div><p>can have the html cleaned up to be:<br /></p><div class="codebox"><pre><code>$act = get_bank_account($_POST[&quot;bank_account&quot;]);
display_heading($act[&#039;bank_account_name&#039;].&quot; - &quot;.$act[&#039;bank_curr_code&#039;]);

div_start(&#039;trans_tbl&#039;);
start_table(TABLESTYLE);</code></pre></div><p>so as not to clutter the table construct.</p><p>Possibly present elsewhere in the code as well.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2018-06-24T04:43:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=31976#p31976</id>
		</entry>
</feed>
