I have the following problem: My tables are formatted via caption[title]{long description...}. Now I need to add the sources to some of them as a footnote added to the caption, like in the following example:

I tried this: Using \footnote in a figure's \caption, but the problem is that the footnotes also show up in the list of tables at the beginning of the document.
Note that 'The red fox - attributes' is the [title] and the rest of the text is the {long description}, used as here: Add table titles from captions in scrreprt class
Also I am not using footnotes for every single caption, so the solution would have to be flexible in that it provides the option to add one (but not mandatory).
Is the above format possible?
Looking for a solution which works safely without undesired results.
MWE:
\documentclass[a4paper, 12pt, headsepline, smallheadings]{scrreprt}
\usepackage[labelfont={small,bf}, textfont=small, labelsep=colon,singlelinecheck=false,format=plain, parindent=1em]{caption}
\newlength\myindention
\setlength\myindention{1em}
\usepackage{chngcntr}
\counterwithout{table}{chapter}
\let\oldcaption\caption
\renewcommand*\caption[2][]{%
\oldcaption[#1]{#1\\\hspace*{\myindention}#2}%
}
\begin{document}
\listoftables
\chapter{Introduction}
\begin{table}[h]
\caption[title table 1]{description table 1}
\fbox{content}
\end{table}
\end{document}
Thanks.

D [] {}=O {}? ;-) Furthermore here theotype in combination with\IfNoValueTseems more appropriate :-) – Tobi Jan 03 '14 at 13:08\tmp…and then use#nin\oldcaption? Try\caption[title table 1]{description table 1}… – Tobi Jan 03 '14 at 13:13Osince it is build for that (and shorter) if others read your code they may wonder what trick you use thatOis replaced byD[]… You may like to post a new question with one of yoursparse“problems” and notify me via@-comment … – Tobi Jan 04 '14 at 22:58