<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — HTML cleanup in bank inquiry]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=7577</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=7577&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in HTML cleanup in bank inquiry.]]></description>
		<lastBuildDate>Sun, 24 Jun 2018 04:43:30 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[HTML cleanup in bank inquiry]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=31976#p31976</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 24 Jun 2018 04:43:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=31976#p31976</guid>
		</item>
	</channel>
</rss>
