\begingroup\setlength{\fboxsep}{0pt}
\colorbox{lightgray}{%
\begin{tabularx}{\linewidth}{l l}
\textbf{<?php 
            cvtx_kuerzel($item);
            ?>
} & \textbf{<?php 
            cvtx_antragsteller($item);
            ?>
} \\
\bottomrule
\end{tabularx}}\endgroup
\vspace{0.5cm}
<?php 
            cvtx_spd_tex_beschluss($item);
            ?>
\newline\newline
\textbf{<?php 
            cvtx_spd_answer_rep($item);
            ?>
}
\begin{quote}
<?php 
            cvtx_spd_answer($item);
            ?>
\end{quote}
\vspace{0.5cm}

<?php 
        }
Example #2
0
            }
            // Update resolution if changed
            if ($antrag != $this_antrag || !$running_aeantraege) {
                $antrag = $this_antrag;
            }
            ?>

\begingroup\setlength{\fboxsep}{0pt}
\colorbox{lightgray}{%
\begin{tabularx}{\linewidth}{l l}
\textbf{<?php 
            cvtx_kuerzel($item);
            ?>
} & \textbf{<?php 
            cvtx_antragsteller($item);
            ?>
} \\
\bottomrule
\end{tabularx}}\endgroup
\vspace{0.5cm}
<?php 
            cvtx_spd_tex_beschluss($item, false);
            ?>
\vspace{0.5cm}

<?php 
        }
    }
}
?>
\end{document}